Modifier key to check for when the user clicks on a link to run it.
Object.defineProperty(DocumentViewerPageLinksInteractiveMode.prototype, 'runLinkKeyModifier',
get: function(),
set: function(value)
)
runLinkKeyModifier: Keys;
The modifier key to check for when the user clicks on a link to run it. Default value is None.
This mode supports running links only when the user clicks over an item while pressing down a keyboard modifier through RunLinkKeyModifier. The default value is None. But can modify if needed - for example, set it to Control to mimic how Microsoft Word perform clicking on links embedded in a document.
This value is ignored when the platform does not support a keyboard.
DocumentViewerPageLinksInteractiveMode Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET