←Select platform

Base Property

Summary
Gets or sets the length of the Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.
Syntax
C#
VB
Objective-C
C++
Java
public int Base { get; set; } 
Public Property Base As Int32 
@property (nonatomic, assign) NSUInteger base 
public int getBase() 
public void setBase(int value) 
public: 
property int Base { 
   int get(); 
   void set (    int ); 
} 

Property Value

The length of the Y coordinate of the baseline measured from the top edge 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, IOcrDocument.SaveXml.

Note: This property is not supported in the LEADTOOLS OCR Module - LEAD Engine.

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.