←Select platform

LastCharacterIndex Property

Summary

The index of the last character that forms this word in the Characters list.

Syntax
C#
VB
C++
Java
public int LastCharacterIndex { get; set; } 
Public Property LastCharacterIndex() As Integer 
   Get 
   Set 
public:  
   property int LastCharacterIndex 
   { 
      int get() 
      void set(int value) 
   } 
public int getLastCharacterIndex() 
public void setLastCharacterIndex(int value) 

Property Value

The 0-based index of the last character that forms this word in the Characters list. Default value is 0.

Remarks

This value is set when BuildWords is called. The characters that define this word are from FirstCharacterIndex to LastCharacterIndex.

Example

For an example, refer to DocumentPageText.

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 Assembly