Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

LastCharacterIndex Property






The index of the last character that forms this word in the Characters list.
Syntax
public int LastCharacterIndex {get; set;}
'Declaration
 
Public Property LastCharacterIndex As Integer
'Usage
 
Dim instance As DocumentWord
Dim value As Integer
 
instance.LastCharacterIndex = value
 
value = instance.LastCharacterIndex
public int getLastCharacterIndex()
public void setLastCharacterIndex(int value)
            
public:
property int LastCharacterIndex {
   int get();
   void set (    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

See Also

Reference

DocumentWord Structure
DocumentWord Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features