Gets the collection of fonts of this PDF document.

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

Syntax

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

Property Value

Type: FontCollection

See Also