StamperGetPageCount Method (Stream)ByteScout PDF Extractor SDK
Returns document page count.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public int GetPageCount(
	Stream stream
)

Parameters

stream
Type: System.IOStream
PDF file stream.

Return Value

Type: Int32
Page count.
See Also

Reference