VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_ControlId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ControlId Method
    In This Topic
    Gets an identifier of the parent DOM element of viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: string
    value = instance.get_ControlId();
    
    
    function get_ControlId() : string;
    

    Return Value

    An identifier of the parent DOM element of viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also