The Barcode object provides methods to specify the type and format of barcodes.
Barcode
Introduced: X18.
Method | Description |
---|---|
get |
Gets an additional text that is displayed below or above the barcode image. |
get |
Gets the alignment of the barcode image inside the control. |
get |
Gets the angle of the barcode image inside the control. |
get |
Gets the background color of the barcode control. |
get |
Gets the type of barcode that is rendered. |
get |
Gets the foreground color of the barcode control. |
get |
Gets a value indicating whether the encrypted barcode text value is displayed below or above the barcode image or not. |
get |
Gets the text encrypted by the barcode. |
get |
Gets a value indicating whether the barcode text and additional text is displayed below or above the barcode image. |
get |
Gets the maximum text length. |
save |
Saves the barcode image. |
set |
Sets an additional text that is displayed below or above the barcode image. |
set |
Sets the alignment of the barcode image inside the control. |
set |
Sets the angle of the barcode image inside the control. |
set |
Sets the background color for the barcode control. |
set |
Sets the type of barcode that is rendered. |
set |
Sets the foreground color for the barcode control. |
set |
Sets a value indicating whether the encrypted barcode text value is displayed below or above the barcode image or not. |
set |
Sets the text the barcode should encrypt. |
set |
Sets a value indicating whether the barcode text and additional text is displayed below or above the barcode image. |
set |
Sets the maximum text length. |