ImageEncodingStartingEventArgs Class Members
In This Topic
The following tables list the members exposed by
ImageEncodingStartingEventArgs.
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 |
 | Cancel | Gets or sets a value indicating whether current saving process should be canceled. |
 | Encoder | Gets the image encoder that should be used for image encoding. |
 | EncodingImage | Gets or sets an image that should be encoded. |
 | Image | Gets the VintasoftImage object. (Inherited from ImageEventArgs) |
Protected Methods
See Also