Gets or sets the length of the Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.
public LogicalLength Base { get; set; }
Public Property Base As Leadtools.Forms.LogicalLength
public Leadtools.Forms.LogicalLength Base {get; set;}
@property (nonatomic, assign) NSUInteger base
public int getBase()
public void setBase(int value)
<br/>get_Base();<br/>set_Base(value);<br/>Object.defineProperty('Base');
public:
property Leadtools.Forms.LogicalLength Base {
Leadtools.Forms.LogicalLength get();
void set ( Leadtools.Forms.LogicalLength );
}
The length of the Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.
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.
For an example, refer to IOcrPage.GetRecognizedCharacters.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET