BarcodeOptions
Leave feedback
On this page
Provides the options which are used for barcode extraction.
public sealed class BarcodeOptions
| 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. |
| 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. |
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.