Gets or sets a flag indicating if the Web Fonts are enabled in HTML during the HTML to SVG conversion. The default value is false

Namespace: EvoPdf
Assembly: 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);
}

Property Value

Type: Boolean

See Also