Skip to main content

TdxDocumentSaveOptions Class

Stores file names and format settings that affect document export operations in Rich Edit components.

Declaration

TdxDocumentSaveOptions = class(
    TdxRichEditNotificationOptions,
    IdxDocumentSaveOptions
)

Remarks

This class has the following members that allow you to:

The document save options affect:

A Rich Edit component’s Options.DocumentSaveOptions property references a TdxDocumentSaveOptions object.

See Also