VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / WebDocumentViewerSettingsJS Constructors / WebDocumentViewerSettingsJS Constructor(string,string)
Syntax BrowserCompatibility SeeAlso
    WebDocumentViewerSettingsJS Constructor(string,string)
    Initializes a new instance of the WebDocumentViewerSettingsJS class.
    Syntax
    // Parameters
    var containerId; // Type: string
    var localizationId; // Type: string
    var useAnnotations; // Type: boolean
    
    var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);
    
    

    Parameters

    containerId
    An identifier of the page element, where the document viewer must be placed.
    localizationId
    A localization identifier for WebDocumentViewerJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also