VintasoftImage Class Members
In This Topic
The following tables list the members exposed by
VintasoftImage.
Public Constructors
| Name | Description |
 | VintasoftImage | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | BitsPerPixel | Gets the number of bits per pixel for this image. |
 | CanHaveTransparency | Gets a value indicating whether this image can have transparency. |
 | ColorChannelsFormat | Gets the color channels format of this image. |
 | ColorSpaceFormat | Gets the color space format of this image. |
 | DecodingSettings | Gets or sets the decoding settings for this image. |
 | Guid | Gets the unique System.Guid associated with this VintasoftImage object. |
 | HasBitmapData | Gets a value indicating whether the image has bitmap as a source. |
 | Height | Gets the height, in pixels, of this image. |
 | IsBad | Gets a value indicating whether the image is bad, i.e. bitmap associated with this VintasoftImage object cannot be loaded. |
 | IsBitmapDataEmpty | Gets a value indicating whether image has a bitmap as a source but memory for bitmap is not allocated yet. |
 | IsChanged | Gets a value indicating whether the image is changed. |
 | IsDisposed | Gets a value indicating whether this image has been disposed of. |
 | IsImageDataLocked | Gets a value indicating whether the image data is locked in read-write mode. |
 | IsProcessing | Gets a value indicating whether the source image is processing now. |
 | IsVectorImage | Gets a value indicating whether the image has vector decoder and image is not changed. |
 | LoadingError | Gets a value indicating whether the error occurs during image loading. |
 | LoadingErrorString | Gets the description of the image loading error. |
 | Metadata | Gets the Metadata object which contains metadata associated with the source image. |
 | Palette | Gets the palette of this image. |
 | PixelFormat | Gets the pixel format of this image. |
 | RenderingSettings | Gets or sets the rendering settings for this image. |
 | Resolution | Gets or sets the resolution, in pixels per inch, of this image. |
 | SourceInfo | Gets the information about the image source. |
 | Tag | Gets or sets the object that contains supplemental data about the image. |
 | Thumbnail | Gets the Thumbnail object associated with this image. |
 | Width | Gets the width, in pixels, of this image. |
Public Methods
Public Events
| Name | Description |
 | Changed | Occurs when this image is changed. |
 | Disposing | Occurs when the image is disposing. |
 | Invalidated | Occurs when the image is invalidated. |
 | Loaded | Occurs when image decoder finishes loading of bitmap, which is associated with this image, from image file. |
 | Loading | Occurs when image decoder starts loading of bitmap, which is associated with this image, from image file. |
 | LoadingProgress | Occurs when image decoder loading of bitmap, which is associated with this image, from image file. |
 | Reloaded | Occurs when this image is reloaded. |
 | Reloading | Occurs when this image is reloading. |
 | RenderingSettingsChanged | Occurs when rendering settings is changed. |
 | Saved | Occurs when this image is saved successfully. |
 | Saving | Occurs before image saving is started. |
 | SavingFinished | Occurs when image saving is finished (image is saved or not saved). |
 | SavingProgress | Occurs when the progress of image saving is changed. |
 | SourceChanged | Occurs when source of this image is changed. |
See Also