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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXmlTemplate
Gets an XML Template for this Thermal Label.
Public methodLoadXmlTemplate
Restores this Thermal Label based on data in the specified XML Template.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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 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 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