BarcodeOptions
Contents
[
Hide
]
BarcodeOptions class
Provides the options which are used for barcode extraction.
public sealed class BarcodeOptions
Constructors
Name | Description |
---|---|
BarcodeOptions() | Initializes a new instance of the BarcodeOptions class with default values. |
BarcodeOptions(Rectangle) | Initializes a new instance of the BarcodeOptions class with the rectangular area. |
BarcodeOptions(QualityMode, QualityMode, params string[]) | Initializes a new instance of the BarcodeOptions class with quality settings and code types. |
BarcodeOptions(Rectangle, QualityMode, QualityMode, float?, bool, params string[]) | Initializes a new instance of the BarcodeOptions class. |
Properties
Name | Description |
---|---|
AllowIncorrectBarcodes { get; } | Gets the value that indicates whether the incorrect barcodes are allowed. |
BarcodeQuality { get; } | Gets the quality of a source barcode. |
CodeTypes { get; } | Gets the types of barcodes to read. |
Dimension { get; } | Gets the minimal size of the barcode minimal element. |
ImageQuality { get; } | Gets the quality of a source image. |
Rectangle { get; } | Gets the rectangular area that contains page areas. |
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser