The ThermalLabel type exposes the following members.

Constructors

  NameDescription
Public methodThermalLabel()()()()
Initializes a new instance of the ThermalLabel class.
Public methodThermalLabel(UnitType, Double, Double)
Initializes a new instance of the ThermalLabel class with the specified Unit of Measurement and size.

Methods

  NameDescription
Public methodClone
Creates a copy of the current ThermalLabel.
Public methodStatic memberCreateFromXmlTemplate
Creates a ThermalLabel object based on the content of the specified XML Template.
Public methodGetXmlTemplate
Gets an XML Template for this ThermalLabel object.
Public methodLoadXmlTemplate
Restores this ThermalLabel object based on the content of the specified XML Template.

Properties

  NameDescription
Public propertyDataMember
Gets or sets the name of the list or table in the data source. Default is an empty string
Public propertyDataSource
Gets or sets the data source for this thermal label. Default value is Null
Public propertyDataSourceCultureInfo
Gets or sets the culture information used for formatting data source fields when binding to label items. Default is InvariantCulture
Public propertyGapLength
Gets or sets the vertical gap length between labels. The unit of measurement is specified by UnitType property. Default value is 0 (zero)
Public propertyHeight
Gets or sets the height of the thermal label. The unit of measurement is specified by UnitType property. Default value is 1
Public propertyIsContinuous
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.
Public propertyItems
Gets a collection of Item objects representing the individual items within the thermal label. Default value is an empty collection
Public propertyLabelsHorizontalGapLength
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)
Public propertyLabelsPerRow
Gets or sets the number of labels per row in the media roll. Default value is 1
Public propertyStatic memberLicenseKey
Gets or sets the license key info.
Public propertyStatic memberLicenseOwner
Gets or sets the license owner info.
Public propertyMarkLength
Gets or sets the mark length or thickness between labels. The unit of measurement is specified by UnitType property. Default value is 0 (zero)
Public propertyOffsetLength
Gets or sets the offset length or thickness between labels. The unit of measurement is specified by UnitType property. Default value is 0 (zero)
Public propertyPrintSpeed
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.
Public propertyUnitType
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
Public propertyWidth
Gets or sets the width of the thermal label. The unit of measurement is specified by UnitType property. Default value is 1

See Also