←Select platform

HasAnySelectedText Property

Summary

Indicates whether any pages in the document have selected text.

Syntax
C#
VB
C++
public bool HasAnySelectedText { get; } 
Public ReadOnly Property HasAnySelectedText() As Boolean 
   Get 
public: 
   property bool HasAnySelectedText 
   { 
      bool get() 
   } 

Property Value

A read-only boolean that is true if any text is selected.

Remarks

This boolean can be used as a shortcut instead of calling HasSelectedText on each page in the document or checking that SelectedTextBegin and SelectedTextEnd are not null.

See DocumentViewerText for more information.

History

19.0.0.49
Added

Requirements

Target Platforms

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

Leadtools.Document.Viewer.WinForms Assembly