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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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);
} |
Property Value
Type:
StringSee Also