BarcodeOptions
Leave feedback
On this page
Initializes a new instance of the BarcodeOptions class with default values.
public BarcodeOptions()
- class BarcodeOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
Initializes a new instance of the BarcodeOptions class with the rectangular area.
public BarcodeOptions(Rectangle rectangle)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The rectangular area that contains barcodes. |
- class Rectangle
- class BarcodeOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
Initializes a new instance of the BarcodeOptions class with quality settings and code types.
public BarcodeOptions(QualityMode imageQuality, QualityMode barcodeQuality,
params string[] codeTypes)
| Parameter | Type | Description |
|---|---|---|
| imageQuality | QualityMode | The quality of a source image. |
| barcodeQuality | QualityMode | The quality of a source barcode. |
| codeTypes | String[] | The types of barcodes to read. |
- enum QualityMode
- class BarcodeOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
Initializes a new instance of the BarcodeOptions class.
public BarcodeOptions(Rectangle rectangle, QualityMode imageQuality, QualityMode barcodeQuality,
float? dimension, bool allowIncorrectBarcodes, params string[] codeTypes)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The rectangular area that contains barcodes. |
| imageQuality | QualityMode | The quality of a source image. |
| barcodeQuality | QualityMode | The quality of a source barcode. |
| dimension | Nullable`1 | The minimal size of the barcode minimal element. |
| allowIncorrectBarcodes | Boolean | The value that indicates whether the incorrect barcodes are allowed. |
| codeTypes | String[] | The types of barcodes to read. |
- class Rectangle
- enum QualityMode
- class BarcodeOptions
- 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.