EVO PDF to Image Converter Documentation

PdfToImageConverterGetPageCount Method (String)

EVO PDF to Image Converter
Gets the number of PDF pages of a PDF file

Namespace:  EvoPdf.PdfToImage
Assembly:  EvoPdfToImage (in EvoPdfToImage.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public int GetPageCount(
	string pdfFile
)

Parameters

pdfFile
Type: SystemString
The full path of the PDF file

Return Value

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

Reference