←Select platform

Position Property

Summary
Gets or sets the character position information.
Syntax
C#
VB
Objective-C
C++
Java
public OcrCharacterPosition Position { get; set; } 
Public Property Position As OcrCharacterPosition 
@property (nonatomic, assign) LTOcrCharacterPosition position 
public int getPosition() 
public void setPosition(int value) 
public: 
property OcrCharacterPosition Position { 
   OcrCharacterPosition get(); 
   void set (    OcrCharacterPosition ); 
} 

Property Value

One or more OcrCharacterPosition enumeration member providing information about the character position.

Remarks

To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.

To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save or IOcrDocument.SaveXml.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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