IDbImageAccessor Interface |
Namespace: Atalasoft.Imaging.ImageSources
The IDbImageAccessor type exposes the following members.
Name | Description | |
---|---|---|
ExtractImageStream | Returns a stream containing the image at the desired index. You are guaranteed that imageStreamIndex
is within the range: 0 < imageStreamIndex <= GetImageStreamCount() | |
GetFrameCountInImage | Returns the number of frames in the image stream at index | |
GetImageStreamCount | Get the number of streams to source in the image source. Each image stream can have multiple frames
| |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) | |
Reset | Reset all caches of information if you are storing anything that is a cached from the database, release
it. |