ImageLoadedEventArgs Class Properties
In This Topic
For a list of all properties of this type, see
ImageLoadedEventArgs.
Public Properties
| | Name | Description |
 | DecodingSettings | Gets the decoding settings which was used for loading of image. |
 | Error | Gets a value indicating whether not critical error occurs during loading of image. |
 | ErrorString | Gets the description of the error that occurs during loading of image. |
 | Image | Gets the VintasoftImage object. (Inherited from ImageEventArgs) |
 | RenderingSettings | Gets the rendering settings which was used for loading of image. |
See Also