HtmlExportOptionsBase.Title Property
In This Article
Gets or sets a title of the created HTML file
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | "Document" | A String containing the name shown as the title of the created HTML file. |
#Remarks
The title of the created HTML file is usually shown as a window name when this file is represented via a Web browser.
See Also