DocumentFormat Enum
Lists file document formats.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
public enum DocumentFormat
#Members
Name | Description |
---|---|
Plain
|
The plain text format. |
Rtf
|
The rich text format. |
Open
|
The Open |
#Remarks
DocumentFormat
values set the format parameter in the following Open methods:
- Open(String, DocumentFormat)
- Open(Func<Byte[]>, DocumentFormat, String)
- Open(Func<Stream>, DocumentFormat, String)