Gets or sets the custom font file to use for this Font object. It can be specified as a relative URL or full path pointing out to the custom font file on local disk or; as an identifier stored in the appSettings section of Application's Configuration *.config file.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property CustomFontFile As String
C#
public string CustomFontFile { get; set; }
Visual C++
public:
property String^ CustomFontFile {
	String^ get ();
	void set (String^ value);
}