VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Data Namespace / CompressedImageStorageOnDisk Class
Constructors Properties Methods SeeAlso
In This Topic
    CompressedImageStorageOnDisk Class Members
    In This Topic
    The following tables list the members exposed by CompressedImageStorageOnDisk.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the compressor that will be used for encoding images stored in storage. (Inherited from CompressedImageStorage)
    Public PropertyGets or sets the storage path.
    Protected Properties
     NameDescription
    Protected PropertyGets a value indicating whether this instance is disposed. (Inherited from CloneableObjectStorageInMemory)
    Protected PropertyGets a dictionary, which maps item keys into items. (Inherited from CloneableObjectStorageInMemory)
    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.
    Public MethodDeletes the item from the data storage.
    Public MethodReleases all resources used by the CompressedImageStorageOnDisk.
    Public MethodReturns an item copy from the data storage.
    Public MethodReturns the keys of all items from data storage.
    Public MethodLocks an item in data storage and returns the item.
    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 MethodReturns the file path for specified item.
    Protected MethodDetermines whether the storage need to compress an image. (Inherited from CompressedImageStorage)
    See Also