public static class UnifiedSaveOptions.ProgressEventHandlerInfo extends Object
This class represents information about conversion progress that can be used in external application to show conversion progress to end user
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Guid |
getDocumentId()
The unique document ID.
|
int |
getEventType()
Type of progress event that occured
|
int |
getMaxValue()
maximum possible value of progress value
|
int |
getValue()
current value of progress value
|
void |
setDocumentId(com.aspose.ms.System.Guid DocumentId)
The unique document ID.
|
void |
setEventType(int eventType)
Type of progress event that occured
|
void |
setMaxValue(int maxValue)
maximum possible value of progress value
|
void |
setValue(int value)
current value of progress value
|
public int getEventType()
Type of progress event that occured
ProgressEventTypepublic void setEventType(int eventType)
Type of progress event that occured
eventType - ProgressEventType elementProgressEventTypepublic int getValue()
current value of progress value
public void setValue(int value)
current value of progress value
value - int valuepublic int getMaxValue()
maximum possible value of progress value
public void setMaxValue(int maxValue)
maximum possible value of progress value
maxValue - int valuepublic com.aspose.ms.System.Guid getDocumentId()
The unique document ID.
public void setDocumentId(com.aspose.ms.System.Guid DocumentId)
The unique document ID.
DocumentId - Guid instanceCopyright © 2025 Aspose. All Rights Reserved.