Link Search Menu Expand Document

ReaderReadFromPdfFile 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
public int ReadFromPdfFile(
	Stream stream
)

Parameters

stream
Type: System.IOStream
PDF file stream.

Return Value

Type: Int32
Total count of pages in PDF document.

Implements

IReaderReadFromPdfFile(Stream)
See Also

Reference