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 Web.config file.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also