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

HtmlImageSourceType Enum

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

Namespace: DevExpress.XtraRichEdit

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

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