Click or drag to resize

IDbImageAccessor Interface

An interface containing methods necessary for getting to the underlying data store

Namespace:  Atalasoft.Imaging.ImageSources
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IDbImageAccessor : ISerializable

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