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