Back to Devexpress

DocxExportMode Enum

corelibraries-devexpress-dot-xtraprinting-4e927163.md

latest1.6 KB
Original Source

DocxExportMode Enum

Lists the available DOCX export modes.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Members

NameDescription
SingleFile

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

| | SingleFilePageByPage |

A document is exported to a single file, page-by-page.

|

The following properties accept/return DocxExportMode values:

Remarks

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

See Also

DevExpress.XtraPrinting Namespace