VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI.Dialogs Namespace / WebUiAnnotationCommentSettingsDialogJS type / WebUiAnnotationCommentSettingsDialogJS Constructor(WebUiAnnotationCommentListPanelJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiAnnotationCommentSettingsDialogJS Constructor(WebUiAnnotationCommentListPanelJS)
    In This Topic
    Initializes a new instance of the WebUiAnnotationCommentSettingsDialogJS class.
    Syntax
    // Parameters
    var commentListPanel; // Type: WebUiAnnotationCommentListPanelJS
    
    var instance = new Vintasoft.Imaging.Annotation.UI.Dialogs.WebUiAnnotationCommentSettingsDialogJS(commentListPanel);
    
    
    function WebUiAnnotationCommentSettingsDialogJS(
    commentListPanel
    The comment list panel.
    : WebUiAnnotationCommentListPanelJS
    ) : WebUiAnnotationCommentSettingsDialogJS;

    Parameters

    commentListPanel
    The comment list panel.
    Browser Compatibility
    56+
    45+
    11
    See Also