PdfToHtmlConverterGetPageCount(Stream) Method

Gets the number of pages of a PDF document in a stream

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public int GetPageCount(
	Stream pdfStream
)

Parameters

pdfStream  Stream
The stream containing the PDF document

Return Value

Int32
The number of pages in PDF document

See Also