Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentFormat Struct

A document format.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[TypeConverter(typeof(DocumentFormatTypeConverter))]
[ComVisible(true)]
public struct DocumentFormat :
    IConvertToInt<DocumentFormat>,
    IEquatable<DocumentFormat>

Remarks

The DocumentFormat structure contains the fields to specify the file format of the document.

The following methods use the DocumentFormat enumeration:

Action

Method

Save

Load

Mail Merge

Add Document Content

Specify Property Values

Note

The SnapControl also uses the SnapDocumentFormat enumeration which extends the DocumentFormat enumeration.

See Also