Skip to main content

HtmlImageSourceType Enum

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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