Back to Devexpress

HtmlImageSourceType Enum

officefileapi-devexpress-dot-xtrarichedit-806dc129.md

latest1.5 KB
Original Source

HtmlImageSourceType Enum

List types of images that can be included in the HTML content of the Clipboard.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum HtmlImageSourceType
vb
Public Enum HtmlImageSourceType

Members

NameDescription
Linked

A linked image.

| | Embedded |

An embedded image.

|

The following properties accept/return HtmlImageSourceType values:

LibraryRelated API Members
WPF ControlsDXRichEditDataFormatOptions.HtmlImageSourceType
Office File APIDataFormatOptions.HtmlImageSourceType

Remarks

The values listed by the HtmlImageSourceType enumeration are used to set the DataFormatOptions.HtmlImageSourceType property.

See Also

DevExpress.XtraRichEdit Namespace