When overridden in a derived class, updates this Item object with the properties of the specified Item object.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)
Syntax
C# |
---|
public abstract void UpdateFrom( Item item ) |
Visual Basic |
---|
Public MustOverride Sub UpdateFrom ( _ item As Item _ ) |
Visual C++ |
---|
public: virtual void UpdateFrom( Item^ item ) abstract |
Parameters
- item
- Type: Neodynamic.SDK.Printing..::..Item
The Item object that is used for updating this Item object.