ProgressEventHandlerInfo Clase
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 | Descripción |
|---|---|---|---|
| descripción | string | r | Obtiene la descripción del evento |
| event_type | EventType | r | Obtiene el tipo del evento. |
| max_value | int | r | Obtiene el límite superior del valor de progreso. |
| valor | int | r | Obtiene el valor actual de progreso. |