 | IPdfDecoderDecodeMultiple Method (IDecoder, Int32) |
Decode multiple barcodes within the specified page.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
SyntaxIDecoderResult[] DecodeMultiple(
IDecoder decoder,
int pageNumber
)
Parameters
- decoder
- Type: Opait.Barcoder.ApiIDecoder
The barcode decoder instance. - pageNumber
- Type: SystemInt32
The zero-based index of the PDF page to process.
Return Value
Type:
IDecoderResultThe decoded barcode or null if none detected.
See Also