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)
Version: 3.0.2000.0

Syntax

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