Click or drag to resize

PdfToImageConverterGetPageCount(Stream) Method

Gets the number of pages in the specified PDF stream.

Namespace: ExpertPdf
Assembly: eppdftoimage (in eppdftoimage.dll) Version: 9.0
Syntax
public int GetPageCount(
	Stream pdfStream
)

Parameters

pdfStream  Stream
The stream containing the PDF document.

Return Value

Int32
The number of pages in the PDF document.
See Also