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 : LastCharacterIndex Property |
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)
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.