Skip to main content

DocumentFormat Struct

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>

#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