BarcodeSettingsUseAutoCorrection Property |
Gets or sets a value indicating whether an invalid barcode value should be corrected automatically
(if possible) to fit the barcode's specification or an exception should be thrown to indicate the error.
The default value is true.
Namespace:
GroupDocs.Assembly
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic bool UseAutoCorrection { get; set; }
Public Property UseAutoCorrection As Boolean
Get
Set
public:
virtual property bool UseAutoCorrection {
bool get () sealed;
void set (bool value) sealed;
}
abstract UseAutoCorrection : bool with get, set
override UseAutoCorrection : bool with get, set
Property Value
Type:
Boolean
Remarks
The auto-correction is not possible for Databar barcodes.
See Also