DocumentFormat Struct
A document format.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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 DocumentFormat.Undefined field as the SaveDocument
or SaveCopy
method parameter. Otherwise, the document is saved with invalid format.
Implements
See Also