Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 2.43 KB

File metadata and controls

30 lines (20 loc) · 2.43 KB

Rich Text Editor for WinForms - Retain the Original Image URI in an HTML Document

This example demonstrates how to use the DocumentImage.Uri property to set the image's src attribute when a document is saved in HTML format. You can switch on the HtmlDocumentExporterOptions.EmbedImages option to observe that the custom URI provider is idle for embedded images.

The project implements a custom class with the IUriProvider interface and registers it as the IUriProviderService provider.

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)