 | IPdfDecoderDecodeZone Method |
Decode a single barcode within the specified page.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
SyntaxIDecoderResult DecodeZone(
IDecoder decoder,
int pageNumber,
RectangleF zone
)
Parameters
- decoder
- Type: Opait.Barcoder.ApiIDecoder
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:
IDecoderResultThe decoded barcode or null if none detected.
See Also