PdfToHtmlPdfPageCount(String) Method
Call this method to get the page count of a PDF file
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public int PdfPageCount(
string pdfFile
)
Public Function PdfPageCount (
pdfFile As String
) As Integer
public:
int PdfPageCount(
String^ pdfFile
)
member PdfPageCount :
pdfFile : string -> int
- pdfFile String
- The fully qualified name of the PDF file
Int32The PDF document page count