←Select platform

Position Property

Summary

Gets or sets the character position information.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrCharacterPosition Position { get; set; } 
Public Property Position As Leadtools.Forms.Ocr.OcrCharacterPosition 
public Leadtools.Forms.Ocr.OcrCharacterPosition Position {get; set;} 
@property (nonatomic, assign) LTOcrCharacterPosition position 
public int getPosition() 
public void setPosition(int value) 
             
 <br/>get_Position();<br/>set_Position(value);<br/>Object.defineProperty('Position');  

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.SaveAsync, IOcrDocument.SaveXml or or IOcrDocument.SaveXmlAsync.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

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.Forms.Ocr Assembly