VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ProgressControllerWithDelegates Class
Constructors Properties Methods SeeAlso
In This Topic
ProgressControllerWithDelegates Class Members
In This Topic
The following tables list the members exposed by ProgressControllerWithDelegates.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ProgressControllerWithDelegates class.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether an action is canceled. (Inherited from ProgressControllerBase)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Returns the action progress controller wrapper of this progress controller. (Inherited from ProgressControllerBase)
Public MethodFinishes a sequence of stages. (Inherited from ProgressControllerBase)
Public MethodFinishes a sequence of steps. (Inherited from ProgressControllerBase)
Public MethodOverloaded. Go to next stage. (Inherited from ProgressControllerBase)
Public MethodGo to next step. (Inherited from ProgressControllerBase)
Public MethodStarts a sequence of stages.
Public MethodStarts a sequence of steps. (Inherited from ProgressControllerBase)
Protected Methods
 NameDescription
Protected MethodOccurs when stage progress is changed.
Protected MethodOccurs when step progress is changed.
See Also