←Select platform

CharacterIndex Property

Summary

The index where the Character can be found in the original DocumentPageText.Characters list.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="characterIndex")] 
public int CharacterIndex { get; set; } 
<DataMemberAttribute(Name:="characterIndex")>  
Public Property CharacterIndex() As Integer 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"characterIndex")] 
   property Int32 CharacterIndex 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

An integer corresponding to the index value.

Example

For an example, refer to DocumentComparer.CompareDocument

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly