IReaderReadFromPdfFilePage Method (Stream, Int32, Int32)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Reads barcodes from specified pages of PDF document.
Namespace:Bytescout.BarCodeReaderAssembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
Parameters
- stream
- Type: System.IOStream
PDF file stream. - 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: Int32Total count of pages in PDF document.
See Also