Класс ProgressEventHandlerInfo
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 |
|---|---|---|---|
| описание | string | r | Получает описание события |
| event_type | EventType | r | Получает тип события. |
| max_value | int | r | Получает верхний предел значения прогресса. |
| значение | int | r | Получает текущее значение прогресса. |