DocumentMergerGetPageCount Method (Stream)ByteScout PDF Extractor SDK
Returns count of pages in PDF document.

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
Stream that contains document.

Return Value

Type: Int32
Page count.

Implements

IDocumentMergerGetPageCount(Stream)
See Also

Reference