Table of Contents

Class ProgressEventHandlerInfo

Namespace
Aspose.Imaging.ProgressManagement
Assembly
Aspose.Imaging.dll

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

public class ProgressEventHandlerInfo
Inheritance
ProgressEventHandlerInfo
Inherited Members

Properties

Description

Gets the description of the event

public string Description { get; }

Property Value

string

The description.

EventType

Gets the type of the event.

public EventType EventType { get; }

Property Value

EventType

The type of the event.

MaxValue

Gets the upper progress value limit.

public int MaxValue { get; }

Property Value

int

The upper progress value limit.

Value

Gets current progress value.

public int Value { get; }

Property Value

int

The progress value.