←Select platform

Text Property

Summary

The text to find.

Syntax
C#
VB
C++
public string Text { get; set; } 
Public Property Text() As String 
   Get 
   Set 
public: 
   property String^ Text 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The text to find. The default value is null.

Remarks

Spaces are the only whitespace allowed in the search text, and search text cannot contain only spaces.

Search text may be transformed by options like MatchCase or WholeWordsOnly.

For more information, refer to DocumentViewerText.Find.

Example

For an example, refer to DocumentViewerText.Find.

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