Click or drag to resize

HtmlConvertOptionsEncoding Property

Gets and sets the encoding for an input HTML document. Default value: AutoDetect.

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public HtmlToRtfEncoding Encoding { get; set; }

Property Value

HtmlToRtfEncoding
Remarks
Allows 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