Skip to main content
A newer version of this page is available. .

DocumentFormat Struct

A document format.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Remarks

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

The methods listed in the table below 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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DocumentFormat struct.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also