ImageLoadedEventArgs Class Members
In This Topic
The following tables list the members exposed by
ImageLoadedEventArgs.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
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. |
Protected Methods
See Also