get_CanNavigateDocument Method
Gets a value indicating whether web document viewer allows to navigate document.
var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);
var value; // Type: boolean
value = instance.get_CanNavigateDocument();
function get_CanNavigateDocument() : boolean;
Return Value
True - web document viewer allows to navigate document; False - web document viewer does not allow to navigate document Default value is False.