Winnovative PDF Images Extractor Documentation

PdfImagesExtractorGetPageCount Method (Stream)

Winnovative PDF Images Extractor
Gets the number of pages of a PDF document in a stream

Namespace:  Winnovative.PdfImagesExtractor
Assembly:  WnvPdfImagesExtractor (in WnvPdfImagesExtractor.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public int GetPageCount(
	Stream pdfStream
)

Parameters

pdfStream
Type: System.IOStream
The stream containing the PDF document

Return Value

Type: Int32
The number of pages in PDF document
See Also

Reference