VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoManagerJS type / beginCompositeAction Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    beginCompositeAction Method
    In This Topic
    Begins the composite action.
    Syntax
    var instance = new Vintasoft.Imaging.WebUndoManagerJS();
    
    var value; // Type: any
    
    // Parameters
    var actionSource; // Type: object
    
    value = instance.beginCompositeAction(actionSource);
    
    
    function beginCompositeAction(
    actionSource
    The action source.
    : object
    ) : any;

    Parameters

    actionSource
    The action source.
    Browser Compatibility
    56+
    45+
    11
    See Also