ImageLoadingEventArgs Class Properties
In This Topic
For a list of all properties of this type, see
ImageLoadingEventArgs.
Public Properties
| | Name | Description |
 | Cancel | Gets or sets a value indicating whether current loading process should be canceled. |
 | DecodingSettings | Gets or sets the decoding settings, which must be used for loading of image. |
 | Image | Gets the VintasoftImage object. (Inherited from ImageEventArgs) |
 | RenderingSettings | Gets or sets the rendering settings, which must be used for loading of image. |
See Also