Gets the name of the font family of this PDF font.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public string FontFamily { get; }
Visual Basic
Public ReadOnly Property FontFamily As String
	Get
Visual C++
public:
property String^ FontFamily {
	String^ get ();
}

Property Value

Type: String

See Also