 | PdfDecoderDecode Method (BarcodeDecoder, Int32) |
Decode a single barcode within the specified page.
Namespace:
Opait.Barcode.Pdf
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic BarcodeResult Decode(
BarcodeDecoder decoder,
int pageNumber
)
Parameters
- decoder
- Type: Opait.BarcodeBarcodeDecoder
The barcode decoder instance. - pageNumber
- Type: SystemInt32
The zero-based index of the PDF page to process.
Return Value
Type:
BarcodeResultThe decoded barcode or null if none detected.
See Also