Skip to main content

DocxDocumentOptions Class

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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