DataFormatOptions.HtmlImageSourceType Property
In This Article
Specifies how images are included in the copied HTML content.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[DefaultValue(HtmlImageSourceType.Linked)]
public HtmlImageSourceType HtmlImageSourceType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Html |
Linked | A Html |
Available values:
Name | Description |
---|---|
Linked | A linked image. |
Embedded | An embedded image. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Html |
---|---|
Rich |
|
#Remarks
The HtmlImageSourceType is in effect when the DataFormatOptions.Html option is Enabled or CopyOnly.
If the HtmlImageSourceType is set to Linked, use the DataFormatOptions.HtmlImagePath property to specify the path for storing linked images.
See Also