←Select platform

Bounds Property (OcrCharacter)

Summary

Gets or sets the coordinates of the rectangle exactly containing the character.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Leadtools.Forms.LogicalRectangle Bounds {get; set;} 
Public Property Bounds As Leadtools.Forms.LogicalRectangle 
public Leadtools.Forms.LogicalRectangle Bounds {get; set;} 
@property (nonatomic, assign) LeadRect bounds 
public LeadRect getBounds() 
public void setBounds(LeadRect value) 
             
  
get_Bounds(); 
set_Bounds(value); 
Object.defineProperty('Bounds');  

Property Value

A LogicalRectangle that contains the coordinates of the rectangle exactly containing the character.

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Ocr Assembly
Click or drag to resize