ImageGear for .NET
ImageDataProvider Class
Members  See Also  Send Feedback
ImageGear21.Web.Services Assembly > ImageGear.Web.DataProviders Namespace : ImageDataProvider Class




Glossary Item Box

ImageDataProvider is a base class derived from the System.Configuration.Provider.ProviderBase class ( System.Configuration.Provider.ProviderBase ). It provides a base implementation for the ImageGear image data provider for the PageView and ThumbnailView components. This is an abstract class.

Object Model

ImageDataProvider ClassArtDataConnection ClassImageDataConnection Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

If you are writing a custom image data provider, then your custom data provider class must derive from this class.

For example code, refer to the RadiologyOffice sample.

Also, if creating a custom provider in a separate assembly, make sure that you add a reference to the .NET assembly "System.Configuration" in the references of the Visual Studio Solution Explorer.

Inheritance Hierarchy

System.Object
   System.Configuration.Provider.ProviderBase
      ImageGear.Web.DataProviders.ImageDataProvider

See Also

©2013. Accusoft Corporation. All Rights Reserved.