Updates this Font object with the properties of the specified Font object.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public void UpdateFrom(
	Font font
)
Visual Basic
Public Sub UpdateFrom ( 
	font As Font
)
Visual C++
public:
void UpdateFrom(
	Font^ font
)

See Also