VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / WebDocumentViewerSettingsJS Constructors / WebDocumentViewerSettingsJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebDocumentViewerSettingsJS Constructor(string)
In This Topic
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.
Browser Compatibility
56+
45+
11
See Also