VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoManagerJS type
Constructors SeeAlso
In This Topic
    WebUndoManagerJS Class Members
    In This Topic
    The following tables list the members exposed by WebUndoManagerJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebUndoManagerJS class.
    Methods
     NameDescription
    Public MethodAdds information about change in object to the history.
    Public MethodBegins the composite action.
    Public MethodBegins initialization of undo manager.
    Public MethodClears the action history.
    Public MethodReturns a value indicating whether the undo manager contains actions associated with specified source.
    Public MethodDisposes the undo manager.
    Public MethodEnds the composite action.
    Public MethodEnds initialization of undo manager.
    Public MethodGets the current undo action.
    Public MethodGets an index, in history, of current undo action.
    Public MethodGets a value indicating whether the undo manager started the composite action.
    Public MethodGets a value indicating whether the undo manager is enabled.
    Public MethodGets a value indicating whether the undo manager is initializing.
    Public MethodGets a count of possible redo steps.
    Public MethodGets the description of next redo action.
    Public MethodGets a count of possible undo steps.
    Public MethodGets the description of next undo action.
    Public MethodGets the maximum number of undo levels.
    Public MethodReturns the collection of actions.
    Public MethodRedoes several changes in object(s).
    Public MethodRemoves the composite action from the undo manager.
    Public MethodRemoves the first action in the action history.
    Public MethodRemoves all redo actions from the action history.
    Public MethodSets the current undo action.
    Public MethodSets an index, in history, of current undo action.
    Public MethodSets a value indicating whether the undo manager is enabled.
    Public MethodSets the maximum number of undo levels.
    Public MethodUndoes several changes in object(s).
    Events
     NameDescription
    Public EventOccurs when the undo action collection is changed (undo action is added/removed).
    Public EventOccurs when the undo action collection is changing (undo action is added/removed).
    Public EventOccurs when the undo manager is navigated in history (current undo action is changed).
    See Also