PdfToTextConverterGetPageCount(String) Method

Gets the number of PDF pages of a PDF file

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public int GetPageCount(
	string pdfFile
)

Parameters

pdfFile  String
The full path of the PDF file

Return Value

Int32
The number of pages in PDF document

See Also