←Select platform

Value Property

Summary

The string value of the word.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly