![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerFindText Class : AutoEnsureVisible Property |
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
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.