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.
| |
CreateFromXmlTemplate |
Creates a ThermalLabel object based on the content of the specified XML Template.
| |
GetXmlTemplate |
Gets an XML Template for this ThermalLabel object.
| |
LoadXmlTemplate |
Restores this ThermalLabel object based on the content of the specified XML Template.
|
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
| |
IsContinuous |
Gets or sets whether this ThermalLabel is on a continuous media roll i.e. labels are not separated by gaps, spaces, notches, slots, or holes. Default is false.
| |
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.
| |
MarkLength |
Gets or sets the mark length or thickness between labels. The unit of measurement is specified by UnitType property. Default value is 0 (zero)
| |
OffsetLength |
Gets or sets the offset length or thickness between labels. The unit of measurement is specified by UnitType property. Default value is 0 (zero)
| |
PrintSpeed |
Gets or sets the media speed during printing. The value setting depends on the printer model and usually is in IPS (Inch Per Seconds). Look for it in the printer user manual.
| |
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
|