 | PdfDecoderDecodeMultiple Method (BarcodeDecoder) |
Decode multiple barcodes within the PDF file.
Namespace:
Opait.Barcode.Pdf
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic BarcodeResult[] DecodeMultiple(
BarcodeDecoder decoder
)
Parameters
- decoder
- Type: Opait.BarcodeBarcodeDecoder
The barcode decoder instance.
Return Value
Type:
BarcodeResultThe decoded barcode or null if none detected.
See Also