Returns the number of pages of a PDF.
public int PdfReaderGetPageCount( int hPdf );
Public Function PdfReaderGetPageCount( ByVal hPdf As Integer ) As Integer
|
Parameters |
Description |
|
hPdf |
A PDF handle returned by the PdfReaderLoadFromFile or the PdfReaderLoadFromStream function. |
The number of pages of the PDF. If 0, you can use the GetStat() function to determine the reason this function failed.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|