PdfTextExtractPdfPageCount(String) Method

Call this method to get the page count of a PDF file

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public int PdfPageCount(
	string pdfFile
)

Parameters

pdfFile  String
The fully qualified name of the PDF file

Return Value

Int32
The PDF document page count

See Also