ProgressEventHandlerInfo Class
Summary: This class represents information about image load/save/export operations progress,
that can be used in external application to show conversion progress to end user
Module: aspose.imaging.progressmanagement
Full Name: aspose.imaging.progressmanagement.ProgressEventHandlerInfo
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| description | string | r | Gets the description of the event |
| event_type | EventType | r | Gets the type of the event. |
| max_value | int | r | Gets the upper progress value limit. |
| value | int | r | Gets current progress value. |