Skip to main content

HtmlExportOptionsBase.CharacterSet Property

Gets or sets the encoding name used when exporting a document to HTML.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

Declaration

[DefaultValue("utf-8")]
public string CharacterSet { get; set; }

Property Value

Type Default Description
String "utf-8"

A String representing the encoding name set in the HTML file (e.g. “UTF-8”).

Remarks

Use the CharacterSet property to specify the encoding name set before exporting a document to HTML.

See Also