vcl-dxrichedit-dot-options-e61b15a5.md
Stores general document export settings for TdxRichEditControl and TdxRichEditDocumentServer components.
TdxDocumentSaveOptions = class(
TdxRichEditNotificationOptions,
IdxDocumentSaveOptions
)
General document export settings define the target file and format for document export operations.
General document export settings affect the behavior of the following TdxRichEditControl end-user commands:
SaveDocumentOverwrites the current document.SaveDocumentAsDisplays the Save As dialog.
IdxRichEditDocument.LoadDocument(System.String,dxRichEdit.NativeApi.TdxRichEditDocumentFormat)Imports a document from the specified file.IdxRichEditDocument.LoadDocument(System.String,dxRichEdit.NativeApi.TdxRichEditDocumentFormat,System.String)Imports a document from a file (in any supported format).
TdxRichEditControlBase.LoadDocument(System.String)Imports a document from a file (in any supported format).TdxRichEditControlBase.LoadDocument(System.String,dxRichEdit.NativeApi.TdxRichEditDocumentFormat)Imports a document from a file (in any supported format).
TdxRichEditCustomDocumentServer.LoadDocument(System.String)Imports a document from a file (in any supported format).TdxRichEditCustomDocumentServer.LoadDocument(System.String,dxRichEdit.NativeApi.TdxRichEditDocumentFormat)Imports a document from a file (in any supported format).
The list below outlines key members of the TdxDocumentSaveOptions class. These members allow you to configure the target file and format for document export operations.
CanSaveToCurrentFileNameIdentifies if the current file name is available as a document export target.DefaultFileName | DefaultFormatSpecify the default target file name and format for document export operations.CurrentFileName | CurrentFormatSpecify the current file name and format for document export operations to an existing file.ResetCurrentFileName | ResetCurrentFormatRestore default CurrentFileName and CurrentFormat property values.
AssignCopies general document export settings between DevExpress Rich Text components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive change notifications during batch export setting changes.ResetRestores all default property values.
The TdxRichEditControlOptionsBase.DocumentSaveOptions property references a TdxDocumentSaveOptions object.
TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxDocumentSaveOptions
See Also