officefileapi-devexpress-dot-xtrarichedit-9392ad75.md
A document format.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
[TypeConverter(typeof(DocumentFormatTypeConverter))]
public struct DocumentFormat :
IConvertToInt<DocumentFormat>,
IEquatable<DocumentFormat>
<TypeConverter(GetType(DocumentFormatTypeConverter))>
<ComVisible(True)>
Public Structure DocumentFormat
Implements IConvertToInt(Of DocumentFormat),
IEquatable(Of DocumentFormat)
The following members return DocumentFormat objects:
Show 15 links
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.
See Also