 | PdfDecoderDecodeZone Method |
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 DecodeZone(
BarcodeDecoder decoder,
int pageNumber,
RectangleF zone
)
Parameters
- decoder
- Type: Opait.BarcodeBarcodeDecoder
The barcode decoder instance. - pageNumber
- Type: SystemInt32
The zero-based index of the PDF page to process. - zone
- Type: System.DrawingRectangleF
Bounding rectangle of the zone in PDF page units.
Return Value
Type:
BarcodeResultThe decoded barcode or null if none detected.
See Also