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

Show in webframe

AutoEnsureVisible Property






Indicates whether the view should automatically pan so the found text is visible.
Syntax
public bool AutoEnsureVisible {get; set;}
'Declaration
 
Public Property AutoEnsureVisible As Boolean
'Usage
 
Dim instance As DocumentViewerFindText
Dim value As Boolean
 
instance.AutoEnsureVisible = value
 
value = instance.AutoEnsureVisible
public:
property bool AutoEnsureVisible {
   bool get();
   void set (    bool value);
}

Property Value

true if view should automatically pan so the found text is visible; otherwise, false. Default value is true.
Remarks

When used with Find, the document viewer will automatically calls EnsureBoundsVisible on the location and size of the new text found (if any) to ensure it is visible in the current view.

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