HtmlExportOptionsBase.ExportMode Property
Gets or sets a value indicating how a document is exported to HTML.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(HtmlExportMode.SingleFile)]
[XtraSerializableProperty]
public HtmlExportMode ExportMode { get; set; }
<DefaultValue(HtmlExportMode.SingleFile)>
<XtraSerializableProperty>
Public Property ExportMode As HtmlExportMode
Property Value
Type | Default | Description |
---|---|---|
HtmlExportMode | SingleFile |
An HtmlExportMode enumeration value which represents the HTML export mode. |
Property Paths
You can access this nested property as listed below:
Remarks
The values listed in the HtmlExportMode enumeration specify the way in which a document is exported to HTML. For instance, it may be exported to a single file with a single page header at the beginning, and a single page footer at the end. Otherwise, it may be exported page-by-page, to either a single file, or different files. Note that if a document is exported page-by-page, you may specify the appearance of page borders via the HtmlExportOptionsBase.PageBorderWidth and HtmlExportOptionsBase.PageBorderColor properties.