Class UnifiedSaveOptions.ProgressEventHandlerInfo

UnifiedSaveOptions.ProgressEventHandlerInfo class

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

public class ProgressEventHandlerInfo

Fields

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

See Also