TdxRichEditDocumentExportOptions.Doc Property
In This Article
Provides access to settings applied to saving the current document to the Microsoft Word® 97 – 2003 binary document (DOC) file.
#Declaration
Delphi
property Doc: TdxDocDocumentExporterOptions read; write;
#Property Value
Type |
---|
Tdx |
#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