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

    Parameters

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