ExcelToPdfConverterGetPageCount(Stream) Method
A fast method to obtain the page count of a PDF document from the specified stream.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public static int GetPageCount(
Stream pdfStream
)
Public Shared Function GetPageCount (
pdfStream As Stream
) As Integer
public:
static int GetPageCount(
Stream^ pdfStream
)
static member GetPageCount :
pdfStream : Stream -> int
- pdfStream Stream
- The stream containing the PDF document for which to get the page count.
Int32The number of pages in the specified PDF document.