←Select platform

Value Property

Summary

The string value of the word.

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

Property Value

The string value of the word. Default value is null.

Remarks

This value is set when BuildWords is called.

Example

For an example, refer to DocumentPageText.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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