Skip to main content

TdxRichEditDocumentExportOptions.Doc Property

Provides access to settings applied to saving the current document to the Microsoft Word® 97 – 2003 binary document (DOC) file.

Declaration

property Doc: TdxDocDocumentExporterOptions read; write;

Property Value

Type
TdxDocDocumentExporterOptions

Remarks

Use this property to customize the Doc.Compatibility settings to create DOC files compatible with Microsoft Word®. Refer to the TdxDocDocumentExporterOptions class description for detailed information.

See Also