PdfRasterizerPdfPageCount(Stream) Method

Call this method to get the page count of a PDF document contained in a stream

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public int PdfPageCount(
	Stream pdfStream
)

Parameters

pdfStream  Stream
The PDF document stream

Return Value

Int32
The PDF document page count

See Also