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 > DocumentViewerText Class : RenderSelection Property |
public bool RenderSelection {get; set;}
'Declaration
Public Property RenderSelection As Boolean
'Usage
Dim instance As DocumentViewerText Dim value As Boolean instance.RenderSelection = value value = instance.RenderSelection
When this value is true, DocumentViewer will automatically renders the text selection of all pages using the SelectedBrush property on the surface of View.ImageViewer.
DocumentViewer will keep track of the current selection state and re-renders as necessary when the selection changes.