←Select platform

FirstCharacterIndex Property

Summary

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

Syntax
C#
VB
C++
Java
public int FirstCharacterIndex { get; set; } 
Public Property FirstCharacterIndex() As Integer 
   Get 
   Set 
public:  
   property int FirstCharacterIndex 
   { 
      int get() 
      void set(int value) 
   } 
public int getFirstCharacterIndex() 
public void setFirstCharacterIndex(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

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