DocumentFormat Struct
In This Article
Represents a document format.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
[TypeConverter(typeof(DocumentFormatTypeConverter))]
[ComVisible(true)]
public struct DocumentFormat :
IConvertToInt<DocumentFormat>
#Returned By
Properties that return DocumentFormat instances:
#Remarks
The DocumentFormat structure introduces the fields to specify the file format, into which a document can be saved or from which it can be loaded.
See Also