Click or drag to resize

PdfToImageConverterGetPageCount Method (String)

Gets the number of pages in the specified PDF file.

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

Parameters

pdfFilePath
Type: SystemString
The path of the file containing the PDF document.

Return Value

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