Atalasoft.Imaging.ImageSources Namespace |
Class | Description | |
---|---|---|
DbImageSource | A DbImageSource is a sub-class of ImageSource that allows you read-only access to images stored in a
database. | |
ImageSourceStreamInfo | Objects of this type are returned by IImageStreamSource.GetImageStream(int index). They contain a stream
that has the requested image and the frame within that stream that maps to the image index that was requested.
| |
MergedImageSource | MergedImageSource is a variety of RandomAccessImageSource that can combine any number of other
RandomAccessImageSource objects. | |
PdfImageSource |
Interface | Description | |
---|---|---|
IDbImageAccessor | An interface containing methods necessary for getting to the underlying data store | |
IImageStreamSource | Implement this interface in any ImageSource implementations if you can provide a stream with the image
instead of the image itself. This is useful if the caller needs information about the image (e.g. height and width)
or wants to make a thumbnail or a tile from it and doesn't need all of the image data to do it. |
Delegate | Description | |
---|---|---|
DbImageSourceDecryptor |
A delegate to decrypt data back into a string (for use with connection string serialization)
| |
DbImageSourceEncryptor |
A delegate to encrypt a string (for use with connection string serialization)
| |
DbImageSourceFrameCounter |
A delegate to help count frames in a Stream
|