VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Data Namespace / CompressedImageStorageInMemory Class
In This Topic
    CompressedImageStorageInMemory Class Methods
    In This Topic
    For a list of all methods of this type, see CompressedImageStorageInMemory.
    Public Methods
     NameDescription
    Public MethodAdds new item to the data storage.
    Public MethodDetermines whether the data of specified type can be stored in the data storage. (Inherited from CompressedImageStorage)
    Public MethodDetermines whether the data storage contains an item with the specified identifier. (Inherited from CloneableObjectStorageInMemory)
    Public MethodDeletes the item from the data storage. (Inherited from CloneableObjectStorageInMemory)
    Public MethodReleases all resources used by the CloneableObjectStorageInMemory. (Inherited from CloneableObjectStorageInMemory)
    Public MethodReturns an item copy from the data storage. (Inherited from CloneableObjectStorageInMemory)
    Public MethodReturns the keys of all items from data storage. (Inherited from CloneableObjectStorageInMemory)
    Public MethodLocks an item in data storage and returns the item. (Inherited from CloneableObjectStorageInMemory)
    Public MethodSets the existing item in the data storage. (Inherited from CloneableObjectStorageInMemory)
    Public MethodUnlocks the locked item in data storage.
    Protected Methods
     NameDescription
    Protected MethodChecks the type of the item. (Inherited from CloneableObjectStorageInMemory)
    Protected MethodDetermines whether the storage need to compress an image. (Inherited from CompressedImageStorage)
    See Also