DocumentParserGetPageCount Method (Stream)ByteScout Document Parser SDK
Returns count of pages in PDF or TIFF document.

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax

public int GetPageCount(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream that contains document.

Return Value

Type: Int32
Page count.
See Also

Reference