PDFMergeGetPageCount(Stream) Method
A fast method in PDF Merge library to obtain the page count of a PDF document from the given stream.
Namespace: Winnovative.PDFMergeAssembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
public static int GetPageCount(
Stream pdfStream
)
- pdfStream Stream
- The stream containing the PDF document for which to get the page count.
Int32The number of pages in the specified PDF document.