←Select platform

ActualBase Property

Summary

Gets or sets the length of the Y coordinate of the actual baseline measured from the top edge of the rectangle exactly containing the character. Actual baseline refers to the line upon which this character is drawn, with respect to its word.

Syntax
C#
Objective-C
C++/CLI
Python
public int ActualBase { get; set; } 
@property (nonatomic, assign) NSInteger actualBase; 
public:  
   property Int32 ActualBase 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
ActualBase # get and set (OcrCharacter) 

Property Value

The length of the Y coordinate of the actual baseline measured from the top edge of the rectangle exactly containing the character.

Remarks

The difference between ActualBase and Base is as follows. ActualBase follows the skew angle of the drawn word, while Base follows the horizontal line passing through the insertion point of the text line containing the character.

If text lines have no skew angle, the ActualBase and Base will have the same value.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.