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.
- CustomUriProvider.cs (VB: CustomUriProvider.vb)
- Form1.cs (VB: Form1.vb)
(you will be redirected to DevExpress.com to submit your response)