TdxBarCodeErrorType Enum
Enumerates barcode generation errors.
#Declaration
TdxBarCodeErrorType = (
bceNone,
bceInvalidCharacters,
bceInvalidTextFormat,
bceBoundsTooSmall
);
#Members
Name |
---|
bce
|
bce
|
bce
|
bce
|
#Remarks
Barcode generation error states include:
Value | Description |
---|---|
bce |
No error occurs. |
bce |
The source text contains characters unsupported by the active barcode symbology (or with the current symbology’s settings, if applicable). |
bce |
The source text is too long to be encoded by using the current barcode symbology (or with the current symbology’s settings, if applicable). |
bce |
The control’s boundaries are too small to display the generated barcode with the current settings. |