Gets or sets the Font Family name of the type faces defined by the specified Custom Font File. 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 CustomFontFileFamilyName { get; set; } |
| Visual Basic |
|---|
Public Property CustomFontFileFamilyName As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ CustomFontFileFamilyName {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also