RichEditControl.SaveDocument(String, DocumentFormat) Method
In This Article
Saves the control’s document to a file and specifies the document’s format.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
public virtual void SaveDocument(
string fileName,
DocumentFormat documentFormat
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A string value specifying the path to a file into which to save the control’s document. |
document |
Document |
One of the Document |
#Remarks
You can check the Document.RequiredExportCapabilities, to be sure that the chosen export format supports them.
Note
The Save
See Also