VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / WebImageViewerJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebImageViewerJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebImageViewerJS class.
    Syntax
    // Parameters
    var controlId; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    
    function WebImageViewerJS(
    controlId
    Identifier of parent DOM element.
    : string
    ) : WebImageViewerJS;

    Parameters

    controlId
    Identifier of parent DOM element.
    Browser Compatibility
    56+
    45+
    11
    See Also