Click or drag to resize

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
Syntax
C#
IDecoderResult 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: IDecoderResult
The decoded barcode or null if none detected.
See Also