Click or drag to resize

PdfDecoder Methods

The PdfDecoder type exposes the following members.

Methods
  NameDescription
Public methodDecode(BarcodeDecoder)
Decode a single barcode within the PDF file.
Public methodDecode(BarcodeDecoder, Int32)
Decode a single barcode within the specified page.
Public methodDecodeMultiple(BarcodeDecoder)
Decode multiple barcodes within the PDF file.
Public methodDecodeMultiple(BarcodeDecoder, Int32)
Decode multiple barcodes within the specified page.
Public methodDecodeZone
Decode a single barcode within the specified page.
Public methodDispose
Close PDF document and release all resources.
Top
See Also