←Select platform

WordMapIndex Property

Summary

The index where the CharacterIndex can be found in the original DocumentPageText.TextMap.

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

Property Value

An integer corresponding to the DocumentPageText.TextMap index.

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