VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractiveObjectCollectionJS type / WebInteractiveObjectCollectionJS Constructor(object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebInteractiveObjectCollectionJS Constructor(object)
    In This Topic
    Initializes a new instance of the WebInteractiveObjectCollectionJS class.
    Syntax
    // Parameters
    var typeOfElements; // Type: object
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractiveObjectCollectionJS(typeOfElements);
    
    
    function WebInteractiveObjectCollectionJS(
    typeOfElements
    Type of interactive object.
    : object
    ) : WebInteractiveObjectCollectionJS;

    Parameters

    typeOfElements
    Type of interactive object.
    Browser Compatibility
    56+
    45+
    11
    See Also