Skip to main content

IUriProviderService Interface

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

Namespace: DevExpress.XtraRichEdit.Services

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

[ComVisible(true)]
[Obsolete("Please use the DevExpress.Office.Services.IUriProviderService instead", true)]
public interface IUriProviderService :
    IUriProviderService
<ComVisible(True)>
<Obsolete("Please use the DevExpress.Office.Services.IUriProviderService instead", True)>
Public Interface IUriProviderService
    Inherits 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