IReaderReadFromPdfFilePage Method (String, Int32, Int32)ByteScout Barcode Reader SDK
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

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.
See Also

Reference