VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebInteractionAreaAppearanceManagerJS type / WebInteractionAreaAppearanceManagerJS Constructor(WebAnnotationViewerJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebInteractionAreaAppearanceManagerJS Constructor(WebAnnotationViewerJS)
    In This Topic
    Initializes a new instance of the WebInteractionAreaAppearanceManagerJS class.
    Syntax
    // Parameters
    var viewer; // Type: WebAnnotationViewerJS
    
    var instance = new Vintasoft.Imaging.Annotation.UI.WebInteractionAreaAppearanceManagerJS(viewer);
    
    
    function WebInteractionAreaAppearanceManagerJS(
    viewer : WebAnnotationViewerJS
    ) : WebInteractionAreaAppearanceManagerJS;

    Parameters

    viewer
    WebAnnotationViewerJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also