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: 6.0.3500.0 (6.0.3515.430)
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.