←Select platform

LastCharacterIndex Property

Summary

The index of the last character of this text item.

Syntax
C#
VB
C++
public int LastCharacterIndex { get; set; } 
Public Property LastCharacterIndex() As Integer 
   Get 
   Set 
public: 
   property int LastCharacterIndex 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

The 0-based index of the first character in this text item.

Remarks

FirstCharacterIndex and LastCharacterIndex are indices to the corresponding DocumentPageText object Characters array.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.