←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
WinRT C#
C++
public int Base {get; set;} 
Public Property Base As Integer 
public int Base {get; set;} 
  
get_Base(); 
set_Base(value); 
Object.defineProperty('Base');  
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, or IOcrDocument.SaveAsync, IOcrDocument.SaveXml or or IOcrDocument.SaveXmlAsync.

Note: This property is not supported in the LEADTOOLS OCR Advantage Engine.

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