HtmlToRtfHtmlConvertOptionsEncoding Property |
Gets and sets the encoding for an input HTML document. Default value:
AutoDetect.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2024.12.12
Syntaxpublic HtmlToRtfEncoding Encoding { get; set; }
Public Property Encoding As HtmlToRtfEncoding
Get
Set
Property Value
HtmlToRtfEncoding
RemarksAllows to set encoding of input HTML document. By default this property is set to
AutoDetect.
This means that the component will try to detect encoding by itself from the tag <meta ... charset=...">.
See Also