WordToPdfConverterGetPageCount(String) Method
A fast method to obtain the page count of a PDF document from the specified file path.
Namespace: EvoWordToPdfAssembly: EvoWordToPdf_NetCore (in EvoWordToPdf_NetCore.dll) Version: 14.0.0
public static int GetPageCount(
string pdfFilePath
)
- pdfFilePath String
- The path of the PDF file for which to get the page count.
Int32The number of pages in the specified PDF document.