New Classes, Properties, Methods and Events

TX Barcode .NET 4.0 the following new classes, properties, methods and events have been added:

Classes

Class Description
TXTextControl.Barcode.TXBarcodeControl The TXBarcodeControl class provides properties to specify type and format of barcodes rendered in Windows Forms.

Properties

Property Description
TXTextControl.Barcode.TXBarcodeControl.AdditionalText Gets or sets an additional text that is displayed below or above the barcode image.
TXTextControl.Barcode.TXBarcodeControl.Alignment Gets or sets the alignment of the barcode image inside the control.
TXTextControl.Barcode.TXBarcodeControl.Angle Gets or sets the angle of the barcode image inside the control.
TXTextControl.Barcode.TXBarcodeControl.BackColor Gets or sets the background color for the barcode control.
TXTextControl.Barcode.TXBarcodeControl.BarcodeType Gets or sets the type of barcode that is rendered.
TXTextControl.Barcode.TXBarcodeControl.ForeColor Gets or sets the foreground color for the barcode.
TXTextControl.Barcode.TXBarcodeControl.ShowText Gets or sets a value indicating whether the encrypted barcode text value is displayed below or above the barcode image or not.
TXTextControl.Barcode.TXBarcodeControl.Text Gets or sets the text the barcode should encrypt.
TXTextControl.Barcode.TXBarcodeControl.TextAlignment Gets or sets a value indicating whether the barcode text and additional text is displayed below or above the barcode image.
TXTextControl.Barcode.TXBarcodeControl.UpperTextLength Gets or sets the maximum number of characters the Text property can get.

Methods

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