BarcodeOptions class

BarcodeOptions class

Provides the options which are used for barcode extraction.

The BarcodeOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the BarcodeOptions class with default values.
init Initializes a new instance of the BarcodeOptions class with the rectangular area.
init Initializes a new instance of the BarcodeOptions class with quality settings and code types.
init Constructs a new instance of BarcodeOptions

Properties

Property Description
allow_incorrect_barcodes Gets the value that indicates whether the incorrect barcodes are allowed.
dimension Gets the minimal size of the barcode minimal element.
image_quality Gets the quality of a source image.
barcode_quality Gets the quality of a source barcode.
rectangle Gets the rectangular area that contains page areas.
code_types Gets the types of barcodes to read.
page_preview_options Gets or sets the document page preview options.

See Also