set_CanNavigateDocument Method
In This Topic
Sets a value indicating whether web document viewer allows to navigate document.
Syntax
var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanNavigateDocument(value);
function set_CanNavigateDocument(
: boolean
) : any;
Parameters
- value
- True - web document viewer allows to navigate document; False - web document viewer does not allow to navigate document Default value is False.
Browser Compatibility
See Also