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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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