Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXRichEditDataFormatOptions.HtmlImagePath Property

Gets or sets a path to the image files linked as pictures in the copied document content.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v24.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

#Declaration

public string HtmlImagePath { get; set; }

#Property Value

Type Description
String

A string that is the valid file path.

#Property Paths

You can access this nested property as listed below:

Object Type Path to HtmlImagePath
RichEditControl
.ClipboardFormatOptions .HtmlImagePath

#Remarks

If the DevExpress.XtraRichEdit.DataFormatOptions.Html setting is set to Enabled or CopyOnly, and the HtmlImageSourceType is set to HtmlImageSourceType.Linked, the images contained in the copied text are extracted to the path specified by the HtmlImagePath property. Each image file gets a unique name with a trailing sequential number. Links to these images are included in Clipboard’s HTML content.

Note

If the specified path does not exist, it is created. A pathname should contain a trailing slash.

See Also