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

HtmlImageSourceType Enum

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum HtmlImageSourceType

Members

Name Description
Linked

A linked image.

Embedded

An embedded image.

Related API Members

The following properties accept/return HtmlImageSourceType values:

Library Related API Members
WPF Controls DXRichEditDataFormatOptions.HtmlImageSourceType
Office File API DataFormatOptions.HtmlImageSourceType

Remarks

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

See Also