Aspose::Pdf::UnifiedSaveOptions::ProgressEventHandlerInfo class

ProgressEventHandlerInfo class

This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user.

class ProgressEventHandlerInfo : public System::Object

Fields

FieldDescription
DocumentIdThe unique document ID.
EventTypeType of progress event that occurred.
MaxValueMaximum possible value of progress value.
ValueCurrent value of progress value.

See Also