Click or drag to resize

IDbImageAccessor Methods

The IDbImageAccessor type exposes the following members.

Methods
  NameDescription
Public methodExtractImageStream
Returns a stream containing the image at the desired index. You are guaranteed that imageStreamIndex is within the range: 0 < imageStreamIndex <= GetImageStreamCount()
Public methodGetFrameCountInImage
Returns the number of frames in the image stream at index
Public methodGetImageStreamCount
Get the number of streams to source in the image source. Each image stream can have multiple frames
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Public methodReset
Reset all caches of information if you are storing anything that is a cached from the database, release it.
Top
See Also