VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / WebDocumentViewerSettingsJS Constructors / WebDocumentViewerSettingsJS Constructor(string,string,boolean)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebDocumentViewerSettingsJS Constructor(string,string,boolean)
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.
localizationId
A localization identifier for WebDocumentViewerJS object.
useAnnotations
A value indicating whether the document viewer supports annotations.
Browser Compatibility
56+
45+
11
See Also