GetPageCount

Top  Previous  Next

This property specifies the total page count of the current PDF document.

 

 

 

Syntax

 

 

[VC++]

long GetPageCount();

 

[CS]

public abstract new Int32 GetPageCount (  )

 

[VB]

Property PageCount As Integer