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; set; } | Gets the value that indicates whether the incorrect barcodes are allowed. |
| BarcodeQuality { get; set; } | Gets the quality of a source barcode. |
| CodeTypes { get; set; } | Gets the types of barcodes to read. |
| Dimension { get; set; } | Gets the minimal size of the barcode minimal element. |
| ImageQuality { get; set; } | Gets the quality of a source image. |
| PagePreviewOptions { get; set; } | Gets or sets the document page preview options. |
| Rectangle { get; set; } | Gets the rectangular area that contains page areas. |
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser