BarcodeControlGetPdfPageCount Method (Stream)ByteScout Barcode SDK
Returns count of pages in PDF document.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax

public int GetPdfPageCount(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream containing PDF document.

Return Value

Type: Int32
Page count.

Implements

IBarcodeGetPdfPageCount(Stream)
See Also

Reference