Indicates whether selected text should be automatically rendered on the view.
public bool RenderSelection { get; set; }
Public Property RenderSelection() As Boolean
Get
Set
public:
property bool RenderSelection
{
bool get()
void set(bool value)
}
true if selected text should be rendered on the view; otherwise, false. Default value is true.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET