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);
function WebDocumentViewerSettingsJS(
: string,
: string,
: boolean
) : WebDocumentViewerSettingsJS;
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
See Also