PDFSplitManagerGetPdfPageCount(String) Method

Returns the number of pages of the specified PDF document

Definition

Namespace: EvoPdf.PdfSplit
Assembly: EvoPdfSplit_NetCore (in EvoPdfSplit_NetCore.dll) Version: 14.0.0
C#
public int GetPdfPageCount(
	string srcPdfFilePath
)

Parameters

srcPdfFilePath  String
The PDF file full path

Return Value

Int32
Number of PDF document pages

See Also