Back to Devexpress

HtmlExportMode Enum

corelibraries-devexpress-dot-xtraprinting-06448aa5.md

latest2.1 KB
Original Source

HtmlExportMode Enum

Lists the available HTML export modes.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum HtmlExportMode
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum HtmlExportMode

Members

NameDescription
SingleFile

A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting HTML file only once, at the beginning and at the end of the document.

| | SingleFilePageByPage |

A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the HtmlExportOptionsBase.PageBorderWidth and HtmlExportOptionsBase.PageBorderColor properties).

| | DifferentFiles |

A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single HTML file.

|

The following properties accept/return HtmlExportMode values:

Remarks

Use this enumeration members to specify the HTML export modes. This enumeration values are used by the HtmlExportOptionsBase.ExportMode property.

See Also

DevExpress.XtraPrinting Namespace