Class MultipleSelectionItem
Represents a collection of Item-derived classes which have been selected on the visual thermal label editor by the end-user.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public class MultipleSelectionItem : Item, IXmlTemplate, INotifyPropertyChanged
Remarks
This class is used by the visual thermal label editor component mainly and should never be used with the ThermalLabel SDK.
Constructors
MultipleSelectionItem()
Declaration
public MultipleSelectionItem()
Properties
Items
Gets a collection of Item-derived classes.
Declaration
public ItemCollection Items { get; }
Property Value
Type | Description |
---|---|
ItemCollection |
Methods
Clone()
Declaration
public override Item Clone()
Returns
Type | Description |
---|---|
Item |
Overrides
ConvertToUnit(UnitType, Int32)
Declaration
public override void ConvertToUnit(UnitType unit, int numOfFractionalDigits = -1)
Parameters
Type | Name | Description |
---|---|---|
UnitType | unit | |
System.Int32 | numOfFractionalDigits |
Overrides
UpdateFrom(Item)
Declaration
public override void UpdateFrom(Item item)
Parameters
Type | Name | Description |
---|---|---|
Item | item |