ProgressEventHandlerInfo Classe
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 | Descrizione |
|---|---|---|---|
| descrizione | string | r | Ottiene la descrizione dell’evento |
| event_type | EventType | r | Ottiene il tipo dell’evento. |
| max_value | int | r | Ottiene il limite superiore del valore di avanzamento. |
| valore | int | r | Ottiene il valore di avanzamento corrente. |