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: 5.0.3500.0 (5.0.3500.4)

Syntax

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

See Also