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

Show in webframe

FirstCharacterIndex Property






The index of the first character that forms this word in the Characters list.
Syntax
public int FirstCharacterIndex {get; set;}
'Declaration
 
Public Property FirstCharacterIndex As Integer
'Usage
 
Dim instance As DocumentWord
Dim value As Integer
 
instance.FirstCharacterIndex = value
 
value = instance.FirstCharacterIndex
public int getFirstCharacterIndex()
public void setFirstCharacterIndex(int value)
            
public:
property int FirstCharacterIndex {
   int get();
   void set (    int value);
}

Property Value

The 0-based index of the first 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