A newer version of this page is available.
Switch to the current version.
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>
<TypeConverter(GetType(DocumentFormatTypeConverter))>
<ComVisible(True)>
Public Structure DocumentFormat
Implements IConvertToInt(Of DocumentFormat)
Related API Members
The following members accept/return DocumentFormat objects:
Show 17 links
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.
Implements
DevExpress.Utils.IConvertToInt<DocumentFormat>
See Also
Feedback