Link Search Menu Expand Document

IDocumentRotatorGetPageCount Method (Stream)

Returns the number of pages of the document.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
int GetPageCount(
	Stream stream
)

Parameters

stream
Type: System.IOStream
PDF file stream.

Return Value

Type: Int32
Page count.
See Also

Reference