Gets or sets a flag indicating if the SVG fonts are enabled in the HTML to PDF element converter. The default value is false

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public bool SvgFontsEnabled { get; set; }
Visual Basic
Public Property SvgFontsEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool SvgFontsEnabled {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also