PDFDocGetPageCount Method |
Gets the page count.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetPageCount()
Public Function GetPageCount As Integer
public:
virtual int GetPageCount() sealed
Return Value
Type:
Int32 the number of pages in the document.
See Also