Gets the name of the font file.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public string FontFileName { get; private set; }
Visual Basic
Public Property FontFileName As String
	Get
	Private Set
Visual C++
public:
property String^ FontFileName {
	String^ get ();
	private: void set (String^ value);
}

Field Value

The name of the font file.

See Also