The MarkupArtMiddleware for this Data Provider. Markup Art Middleware gives the Developer a simple way of intercepting and controlling data flow between the client viewer and ImageGear.Web back-end without having to fully implement their own Data Provider.
MarkupArtMiddleware.
If implementing your own MarkupImageDataProvider, you will have to call base.Initialize() in the derived implementation for this property to be set. Furthermore, It is up to the I/O methods of the Data Provider to respect and call the Middleware methods if middlware is specified.
Syntax
See Also