Gets or sets the custom font file to use for this Font object. It's the full path pointing out to the custom font file on local disk. Default value is an empty string

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 string CustomFontFile { get; set; }
Visual Basic
Public Property CustomFontFile As String
	Get
	Set
Visual C++
public:
property String^ CustomFontFile {
	String^ get ();
	void set (String^ value);
}

See Also