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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_CanSearchText(value);

Parameters

value
True - web document viewer allows to search text; False - web document viewer does not allow to search text. Default value is False.
Browser Compatibility
56+
45+
11
See Also