←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. Default value is null.

Remarks

When used as a parameter to Find, the PageNumber specifies the text to find.

When using LastFindText, the Text contains the last text value found. Setting this value will clear any previous results saved in the object.

Example

For an example, refer to Find.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly