WebDocumentViewerSettingsJS Constructor(string,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.
- localizationId
- A localization identifier for WebDocumentViewerJS object.
Browser Compatibility
See Also