DocumentFormat Struct
A document format.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[ComVisible(true)]
[TypeConverter(typeof(DocumentFormatTypeConverter))]
public struct DocumentFormat :
IConvertToInt<DocumentFormat>,
IEquatable<DocumentFormat>
#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 DocumentSave
or Save
method parameter. Otherwise, the document is saved with invalid format.