ProgressEventHandlerInfo Klasse
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 | Beschreibung |
|---|---|---|---|
| Beschreibung | string | r | Gibt die Beschreibung des Ereignisses zurück. |
| event_type | EventType | r | Gibt den Typ des Ereignisses zurück. |
| max_value | int | r | Gibt die obere Grenze des Fortschrittswertes zurück. |
| Wert | int | r | Gibt den aktuellen Fortschrittswert zurück. |