Skip to main content

DocxDocumentOptions Class

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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