Click or drag to resize

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