Gets the collection of fonts of this PDF document.
Namespace: EvoPdfAssembly: 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 (); } |