The TXBarcode
public sealed class TXBarcodeControl : System.Windows.FrameworkElementPublic NotInheritable Class TXBarcodeControl
Inherits System.Windows.FrameworkElement 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 the specified barcode type can have. |
| Get |
Returns the minimum text length the specified barcode type can have. |
| Is |
Returns a value whether the specified text is valid for a specific barcode type. |
| Load | Loads barcode data into the control. |
| Print |
Draws the barcode on a specific object of type 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 should be displayed. |
| 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 barcode text 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 have. |