VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoActionJS type / get_SourceItems Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SourceItems Method
    In This Topic
    Gets the references to the source objects stored in source. For example, this property contains references to the collection objects if source is collection.
    Syntax
    var instance = new Vintasoft.Imaging.WebUndoActionJS(source, actionSource);
    
    var value; // Type: object
    value = instance.get_SourceItems();
    
    
    function get_SourceItems() : object;
    

    Return Value

    References to the source objects stored in source. Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also