HtmlToSvgConverterDefaultHtmlEncoding Property

The default HTML document text encoding to be used if there is no charset meta tag defined in the HTML document. By default this property is not set and an auto determined text encoding will be used by converter

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public string DefaultHtmlEncoding { get; set; }

Property Value

String

See Also