MhtExportOptions(String) Constructor
Initializes a new instance of the MhtExportOptions class with the specified encoding name.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
characterSet | String | A String representing the encoding name set in the HTML file (e.g. “UTF-8”). This value is assigned to the HtmlExportOptionsBase.CharacterSet property. |
See Also