VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerSettingsJS type / get_CanNavigateDocument Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_CanNavigateDocument Method
In This Topic
Gets a value indicating whether web document viewer allows to navigate document.
Syntax
var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerSettingsJS(containerId, localizationId, useAnnotations);

var value; // Type: boolean
value = instance.get_CanNavigateDocument();

Return 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
56+
45+
11
See Also