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

DataFormatOptions.HtmlImageSourceType Property

Specifies how images are included in the HTML content of the Clipboard.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(HtmlImageSourceType.Linked)]
public HtmlImageSourceType HtmlImageSourceType { get; set; }

Property Value

Type Default Description
HtmlImageSourceType **Linked**

A HtmlImageSourceType enumeration member that determines whether images are linked or embedded in HTML content.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HtmlImageSourceType
WinForms Controls SnapControlOptions
.ClipboardFormats .HtmlImageSourceType
RichEditControlOptions
.ClipboardFormats .HtmlImageSourceType
WPF Controls RichEditControlOptions
.ClipboardFormats .HtmlImageSourceType
Office File API RichEditControlOptionsBase
.ClipboardFormats .HtmlImageSourceType

Remarks

The HtmlImageSourceType is in effect when the DataFormatOptions.AllowHtml option is true.

If the HtmlImageSourceType is set to HtmlImageSourceType.Linked, use the DataFormatOptions.HtmlImagePath property to specify the path for storing linked images.

See Also