Link Search Menu Expand Document

IReaderReadFromPdfFile Method (Stream)

Reads barcodes from all pages of specified PDF document.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
int ReadFromPdfFile(
	Stream stream
)

Parameters

stream
Type: System.IOStream
PDF file stream.

Return Value

Type: Int32
Total count of pages in PDF document.
See Also

Reference