PdfRasterizerPdfPageCount(Stream) Method
Call this method to get the page count of a PDF document contained in a stream
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public int PdfPageCount(
Stream pdfStream
)
Public Function PdfPageCount (
pdfStream As Stream
) As Integer
public:
int PdfPageCount(
Stream^ pdfStream
)
member PdfPageCount :
pdfStream : Stream -> int
- pdfStream Stream
- The PDF document stream
Int32The PDF document page count