Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

AutoSelect Property






Indicates whether text found should be selected and rendered in the view.
Syntax
public bool AutoSelect {get; set;}
'Declaration
 
Public Property AutoSelect As Boolean
'Usage
 
Dim instance As DocumentViewerFindText
Dim value As Boolean
 
instance.AutoSelect = value
 
value = instance.AutoSelect
public:
property bool AutoSelect {
   bool get();
   void set (    bool value);
}

Property Value

true if the text found should be selected and rendered in the view; otherwise, false. Default value is true.
Remarks

When used with Find, the document viewer will automatically calls SetSelectedTextItems to update the state of the globally selected text. Any previously selected text will be cleared and the new match (if any) is used instead.

The selected text is automatically rendered on the View if the value of RenderSelection is true (the default).

Example

For an example, refer to Find.

Requirements

Target Platforms

See Also

Reference

DocumentViewerFindText Class
DocumentViewerFindText Members

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features