The TXBarcode
public sealed class TXBarcodeControl : System.ComponentModel.INotifyPropertyChanged
Public NotInheritable Class TXBarcodeControl
Implements System.ComponentModel.INotifyPropertyChanged
Introduced: X19.
Constructor | Description |
---|---|
TXBarcode |
Initializes a new instance of the TXBarcode |
Method | Description |
---|---|
Get |
Returns the default text for the specified barcode type. |
Get |
Returns the maximum text length of the specified barcode type. |
Get |
Returns the minimum text length of the specified barcode type. |
Is |
Returns a value indicating whether the specified text is valid for a specific barcode type. |
Load | Loads barcode data into the control. |
Print |
Draws the barcode on the specified System. |
Save | Saves the barcode data. |
Save |
Saves the barcode image. |
Property | Description |
---|---|
Additional |
Gets or sets an additional text that is displayed below or above the barcode image. |
Alignment | Gets or sets the alignment of the barcode image inside the control. |
Angle | Gets or sets the angle of the barcode image inside the control. |
Back |
Gets or sets the background color for the barcode control. |
Barcode |
Gets or sets the type of barcode that is rendered. |
Barcode |
Gets an object of type Barcode |
Fore |
Gets or sets the foreground color for the barcode. |
Show |
Gets or sets a value indicating whether the encrypted barcode text value is displayed below or above the barcode image or not. |
Text | Gets or sets the text the barcode should encrypt. |
Text |
Gets or sets a value indicating whether the barcode text and additional text is displayed below or above the barcode image. |
Upper |
Gets or sets the maximum number of characters the Text property can get. |