Gets or sets a flag indicating if the Web Fonts are enabled in HTML during the HTML to Image conversion. The default value is true
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool WebFontsEnabled { get; set; } |
| Visual Basic |
|---|
Public Property WebFontsEnabled As Boolean Get Set |
| Visual C++ |
|---|
public: property bool WebFontsEnabled { bool get (); void set (bool value); } |