Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HtmlDocumentExporterOptions.Encoding Property

Gets or sets the character encoding used in an exported document.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

[TypeConverter(typeof(EncodingConverter))]
public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding class representing the character encoding.

See Also