Skip to main content
A newer version of this page is available. .

DocxDocumentOptions Class

Provides options that specify the Document Properties of the resulting DOCX file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public class DocxDocumentOptions :
    ICloneable

The following members return DocxDocumentOptions objects:

Remarks

A DocxDocumentOptions object is returned by the DocxExportOptions.DocumentOptions property.

Inheritance

Object
DocxDocumentOptions
See Also