Link Search Menu Expand Document

ReaderReadFromPdfFilePage Method (String, Int32, Int32)

Reads barcodes from specified pages of PDF document.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public int ReadFromPdfFilePage(
	string fileName,
	int startPage,
	int pageCount
)

Parameters

fileName
Type: SystemString
PDF file name.
startPage
Type: SystemInt32
Zero-based start page index.
pageCount
Type: SystemInt32
Count of pages to process from the start page. Specify -1 for all pages.

Return Value

Type: Int32
Total count of pages in PDF document.

Implements

IReaderReadFromPdfFilePage(String, Int32, Int32)
See Also

Reference