| Package | Description |
|---|---|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
| Modifier and Type | Method and Description |
|---|---|
QualityMode |
BarcodeOptions.getBarcodeQuality()
Gets the quality of a source barcode.
|
QualityMode |
BarcodeOptions.getImageQuality()
Gets the quality of a source image.
|
static QualityMode |
QualityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualityMode[] |
QualityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BarcodeOptions.setBarcodeQuality(QualityMode barcodeQuality)
Sets the quality of a source barcode.
|
void |
BarcodeOptions.setImageQuality(QualityMode imageQuality)
Sets the quality of a source image.
|
| Constructor and Description |
|---|
BarcodeOptions(QualityMode imageQuality,
QualityMode barcodeQuality,
String... codeTypes)
Initializes a new instance of the BarcodeOptions class with quality settings
and code types.
|
BarcodeOptions(Rectangle rectangle,
QualityMode imageQuality,
QualityMode barcodeQuality,
Float dimension,
boolean allowIncorrectBarcodes,
String... codeTypes)
Initializes a new instance of the BarcodeOptions class.
|
Copyright © 2026. All rights reserved.