DocumentGetPageCount(Stream) Method
            A fast method to obtain the page count of a PDF document from the given stream.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public static int GetPageCount(
	Stream pdfStream
)
Public Shared Function GetPageCount ( 
	pdfStream As Stream
) As Integer
- pdfStream  Stream
- The stream containing the PDF document for which to get the page count.
Int32The number of pages in the specified PDF document.