Gets the name of the font as specified by the user.

For fonts created automatically due to font substitution, this is still the name of the original specified font, not of the substitute font.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string FontName { get; }
Visual Basic
Public ReadOnly Property FontName As String
	Get

See Also