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.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.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