Click or drag to resize

PdfToTextConverterGetPageCount(String) Method

Gets the number of pages in the specified PDF file.

Namespace: ExpertPdf
Assembly: eppdftotext (in eppdftotext.dll) Version: 9.0
Syntax
public int GetPageCount(
	string pdfFilePath
)

Parameters

pdfFilePath  String
The path of the file containing the PDF document.

Return Value

Int32
The number of pages in the PDF document.
See Also