Describes how data is stored in a Bitmap object. This property is applied to the Bitmap object when picture it is saved (or switches between configuration and run mode).
IMPORTANT: JPEG storage mode uses the lossy image compression algorithm that results in a little degradation of the image data.
After JPEG storage mode is applied to a Bitmap control and picture is saved and closed, the original bitmap data cannot be reverted back.
Syntax
object.StorageMode[= enumBitmapStorageMode]
Properties
The StorageMode property syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumBitmapStorageMode |
An enumeration that describes how the bitmap object is rendered. Valid values include:
|
Remarks
StorageMode is a read-only property of type Integer.