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.WPF.Barcode.TXBarcodeControl The TXBarcodeControl class provides properties to define type and format of the barcode it displays in WPF.

Properties

Property Description
TXTextControl.WPF.Barcode.TXBarcodeControl.AdditionalText Gets or sets an additional text that is displayed below or above the barcode image.
TXTextControl.WPF.Barcode.TXBarcodeControl.Alignment Gets or sets the alignment of the barcode image inside the control.
TXTextControl.WPF.Barcode.TXBarcodeControl.Angle Gets or sets the angle of the barcode image inside the control.
TXTextControl.WPF.Barcode.TXBarcodeControl.BackColor Gets or sets the background color for the barcode control.
TXTextControl.WPF.Barcode.TXBarcodeControl.BarcodeType Gets or sets the type of barcode that should be displayed.
TXTextControl.WPF.Barcode.TXBarcodeControl.ForeColor Gets or sets the foreground color for the barcode.
TXTextControl.WPF.Barcode.TXBarcodeControl.ShowText Gets or sets a value indicating whether the barcode text is displayed below or above the barcode image or not.
TXTextControl.WPF.Barcode.TXBarcodeControl.Text Gets or sets the text the barcode should encrypt.
TXTextControl.WPF.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.WPF.Barcode.TXBarcodeControl.UpperTextLength Gets or sets the maximum number of characters the Text property can have.

Methods

Method Description
TXTextControl.WPF.Barcode.TXBarcodeControl.GetDefaultText Returns the default text for the specified barcode type.
TXTextControl.WPF.Barcode.TXBarcodeControl.GetMaximumTextLength Returns the maximum text length the specified barcode type can have.
TXTextControl.WPF.Barcode.TXBarcodeControl.GetMinimumTextLength Returns the minimum text length the specified barcode type can have.
TXTextControl.WPF.Barcode.TXBarcodeControl.IsTextValid Returns a value whether the specified text is valid for a specific barcode type.
TXTextControl.WPF.Barcode.TXBarcodeControl.Load Loads barcode data into the control.
TXTextControl.WPF.Barcode.TXBarcodeControl.PrintPaint Draws the barcode on a specific object of type System.Drawing.Graphics or System.Windows.Media.DrawingContext with specified bounds or stretch factor.
TXTextControl.WPF.Barcode.TXBarcodeControl.Save Saves the barcode data.
TXTextControl.WPF.Barcode.TXBarcodeControl.SaveImage Saves the barcode image.