Updates this BarcodeItem object with the properties of the specified BarcodeItem object.
            
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
Syntax
| C# | 
|---|
| public override void UpdateFrom( Item item ) | 
| Visual Basic | 
|---|
| Public Overrides Sub UpdateFrom ( item As Item ) | 
| Visual C++ | 
|---|
| public: virtual void UpdateFrom( Item^ item ) override | 
Parameters
- item
- Type: Neodynamic.SDK.Printing..::..Item
 The BarcodeItem object that is used for updating this BarcodeItem object.






