Gets or sets the Font Family index of the type faces defined by the specified Custom Font File.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public int CustomFontFileFamilyIndex { get; set; }
Visual Basic (Declaration)
Public Property CustomFontFileFamilyIndex As Integer
Visual C++
public:
property int CustomFontFileFamilyIndex {
	int get ();
	void set (int value);
}

See Also