VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / set_ShowAnnotationMenuInMainMenu Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ShowAnnotationMenuInMainMenu Method
    In This Topic
    Sets a value indicating whether the main menu of web document viewer should contain the annotation menu.
    Syntax
    var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_ShowAnnotationMenuInMainMenu(value);
    
    
    function set_ShowAnnotationMenuInMainMenu(
    value
    A value indicating whether the main menu of web document viewer should contain the annotation menu.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether the main menu of web document viewer should contain the annotation menu.
    Browser Compatibility
    56+
    45+
    11
    See Also