The ThermalLabel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThermalLabel()()()() |
Initializes a new instance of the ThermalLabel class.
| |
ThermalLabel(UnitType, Double, Double) |
Initializes a new instance of the ThermalLabel class with the specified Unit of Measurement and size.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current ThermalLabel.
| |
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetXmlTemplate |
Gets an XML Template for this Thermal Label.
| |
LoadXmlTemplate |
Restores this Thermal Label based on data in the specified XML Template.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DataMember |
Gets or sets the name of the list or table in the data source. Default is an empty string
| |
DataSource |
Gets or sets the data source for this thermal label. Default value is Null
| |
DataSourceCultureInfo |
Gets or sets the culture information used for formatting data source fields when binding to label items. Default is InvariantCulture
| |
GapLength |
Gets or sets the vertical gap length between labels. The unit of measurement is specified by UnitType property. Default value is 0 (zero)
| |
Height |
Gets or sets the height of the thermal label. The unit of measurement is specified by UnitType property. Default value is 1
| |
Items |
Gets a collection of Item objects representing the individual items within the thermal label. Default value is an empty collection
| |
LabelsHorizontalGapLength |
Gets or sets the horizontal gap length between labels when the media roll contains more than one label per row. The unit of measurement is specified by UnitType property. Default value is 0 (zero)
| |
LabelsPerRow |
Gets or sets the number of labels per row in the media roll. Default value is 1
| |
LicenseKey |
Gets or sets the license key info.
| |
LicenseOwner |
Gets or sets the license owner info.
| |
UnitType |
Gets or sets the Unit of Measurement for the thermal label. The Unit of Measurement affects the thermal label size as well as its items' dimensions and locations. Default value is Inch
| |
Width |
Gets or sets the width of the thermal label. The unit of measurement is specified by UnitType property. Default value is 1
|