The following tables list the members exposed by ImageDataProvider.
Public Methods
| Name | Description |
| GetImage | Retrieves the image specified in the parameter DocumentIdentifier. This call is being deprecated. Please use OpenImageData() instead.This method does not support multiple provider model!! |
| OpenArtData |
Opens connection for obtaining ART (annotations) data from the storage system.
|
| OpenImageData | Opens connection for obtaining document image data from the storage system. This call has support for create, read and write methods. This method is preferred over GetImage() for reading image data. This method is required if multiple provider support is required or image upload is desired. |
Top
See Also