Skip to main content

IUriProviderService Interface

In This Article

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

Namespace: DevExpress.Office.Services

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

#Declaration

[ComVisible(true)]
public interface IUriProviderService

#Remarks

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

See Also