Click or drag to resize

IPdfDecoderDecodeMultiple Method (IDecoder, Int32)

Decode multiple barcodes within the specified page.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
IDecoderResult[] DecodeMultiple(
	IDecoder decoder,
	int pageNumber
)

Parameters

decoder
Type: Opait.Barcoder.ApiIDecoder
The barcode decoder instance.
pageNumber
Type: SystemInt32
The zero-based index of the PDF page to process.

Return Value

Type: IDecoderResult
The decoded barcode or null if none detected.
See Also