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 | 描述 |
|---|---|---|---|
| 描述 | string | r | 获取事件的描述 |
| event_type | EventType | r | 获取事件的类型。 |
| max_value | int | r | 获取上限进度值。 |
| value | int | r | 获取当前进度值。 |