The TXBarcode
public sealed class TXBarcodeCore : System.ComponentModel.INotifyPropertyChangedPublic NotInheritable Class TXBarcodeCore
Implements System.ComponentModel.INotifyPropertyChanged Introduced: 33.0.
| Constructor | Description |
|---|---|
| TXBarcode |
Initializes a new instance of the TXBarcode |
| Event | Description |
|---|---|
| View |
Occurs when changes to the barcode settings require updating the barcode view. |
| Method | Description |
|---|---|
| Create | Initializes the resources of a newly instantiated TXBarcode |
| 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. |
| Get |
Creates and returns a string representing a Scalable Vector Graphics (SVG) of the barcode. |
| Is |
Returns a value indicating whether the specified text is valid for a specific barcode type. |
| Load | Loads barcode data into the control. |
| Save | Saves the barcode data. |
| 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. |
| Size | Gets or sets the size of the barcode. |
| 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. |