 | IPdfDecoderDecodeMultiple Method (IDecoder) |
Decode multiple barcodes within the PDF file.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
SyntaxIDecoderResult[] DecodeMultiple(
IDecoder decoder
)
Parameters
- decoder
- Type: Opait.Barcoder.ApiIDecoder
The barcode decoder instance.
Return Value
Type:
IDecoderResultThe decoded barcode or null if none detected.
See Also