When true this options instructs the HTML to PDF element converter to embed all the true type fonts into the PDF document.
The default value is true
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool EmbedFonts { get; set; } |
| Visual Basic |
|---|
Public Property EmbedFonts As Boolean Get Set |
| Visual C++ |
|---|
public: property bool EmbedFonts { bool get (); void set (bool value); } |