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

    Parameters

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