The TXBarcodeControl class provides properties to specify type and format of barcodes rendered in Windows Forms. It can be added to a document with the TextControl.Barcodes property. The class implements the System.ComponentModel.INotifyPropertyChanged interface. The following describes only the properties defined through the TXBarcodeControl class. For a list of properties, methods and events inherited from the System.ComponentModel.INotifyPropertyChanged interface see the .NET Framework reference.

Syntax

public sealed class TXBarcodeControl : System.ComponentModel.INotifyPropertyChanged
Public NotInheritable Class TXBarcodeControl
  Implements System.ComponentModel.INotifyPropertyChanged

Introduced: X19.

Constructors

Constructor Description
TXBarcodeControl Initializes a new instance of the TXBarcodeControl class.

Methods

Method Description
GetDefaultText Returns the default text for the specified barcode type.
GetMaximumTextLength Returns the maximum text length of the specified barcode type.
GetMinimumTextLength Returns the minimum text length of the specified barcode type.
IsTextValid Returns a value indicating whether the specified text is valid for a specific barcode type.
Load Loads barcode data into the control.
PrintPaint Draws the barcode on the specified System.Drawing.Graphics object.
Save Saves the barcode data.
SaveImage Saves the barcode image.

Properties

Property Description
AdditionalText 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.
BackColor Gets or sets the background color for the barcode control.
BarcodeType Gets or sets the type of barcode that is rendered.
BarcodeTypeSettings Gets an object of type BarcodeTypeSettings to determine type specific settings for the current used barcode.
ForeColor Gets or sets the foreground color for the barcode.
ShowText 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.
TextAlignment Gets or sets a value indicating whether the barcode text and additional text is displayed below or above the barcode image.
UpperTextLength Gets or sets the maximum number of characters the Text property can get.