Skip to main content

HtmlExportOptionsBase.Title Property

Gets or sets a title of the created HTML file

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("Document")]
public string Title { get; set; }

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