Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentWord Structure : FirstCharacterIndex Property |
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)
This value is set when BuildWords is called. The characters that define this word are from FirstCharacterIndex to LastCharacterIndex.
For an example, refer to DocumentPageText.