Leadtools.Documents.UI Namespace > DocumentViewerFindText Object : AutoEnsureVisible Property |
get_autoEnsureVisible();
set_autoEnsureVisible(value);
Object.defineProperty('autoEnsureVisible');
Type | Description |
---|---|
boolean | true if view should automatically pan so the found text is visible; otherwise, false. Default value is true. |
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).
For an example, refer to Find.