←Select platform

RenderSelection Property

Summary

Indicates whether selected text should be automatically rendered on the view.

Syntax
C#
C++/CLI
public bool RenderSelection { get; set; } 
public:  
   property bool RenderSelection 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if selected text should be rendered on the view; otherwise, false. Default value is true.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.