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

IUriProviderService Interface

OBSOLETE

Please use the IUriProviderService instead

Represents a service that calls the registered IUriProvider interface when required.

Namespace: DevExpress.XtraRichEdit.Services

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[ComVisible(true)]
[Obsolete("Please use the DevExpress.Office.Services.IUriProviderService instead", true)]
public interface IUriProviderService :
    IUriProviderService

Remarks

To be able to specify custom locations for exported images and styles, you should implement the IUriProvider interface and register it via the IUriProviderService.RegisterProvider method.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E1726.

See Also