←Select platform

OcrCharacterIndex Property

Summary

Index of this character index into the zone collection stored in DocumentPageText.OcrPageCharacters.

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

Property Value

0-based index of this character index into the zone collection stored in DocumentPageText.OcrPageCharacters. This value is valid only if IsFromOcr is true. The default value is 0.

Example

For an example, refer to DocumentText.StoreOcrPageCharacters.

Requirements

Target Platforms

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

Leadtools.Document Assembly