←Select platform

FirstCharacterIndex Property

Summary

The index of the first character of this text item.

Syntax

C#
VB
C++
public int FirstCharacterIndex { get; set; } 
Public Property FirstCharacterIndex() As Integer 
   Get 
   Set 
public: 
   property int FirstCharacterIndex 
   { 
      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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly