When true this options instructs the HTML to PDF converter to embed all the true type fonts in the PDF document generated by the HTML to PDF converter.
The default value of this property 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); } |