DocumentFormat Struct
A document format.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v23.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Related API Members
The following members return DocumentFormat objects:
Remarks
The DocumentFormat structure contains the fields to specify the file format of the document.
The following methods use the DocumentFormat enumeration:
Note
We do not recommend that you use the DocumentFormat.Undefined field as the SaveDocument
or SaveCopy
method parameter. Otherwise, the document is saved with invalid format.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DocumentFormat struct.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.