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.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(CharSetConverter))]
[XtraSerializableProperty]
public string CharacterSet { get; set; }

Property Value

Type Description
String

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