HtmlObjectBaseRenderSvgFonts Property
Controls if the SVG fonts are rendered in this HTML object. The default value is false when converting HTML to PDF or SVG and true when converting HTML to a raster image
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool RenderSvgFonts { get; set; }
Public Property RenderSvgFonts As Boolean
Get
Set
public:
property bool RenderSvgFonts {
bool get ();
void set (bool value);
}
member RenderSvgFonts : bool with get, set
Property Value
Boolean