Bottom Property of the PlainText Object
This property returns the coordinate of the bottom border of the symbol's rectangle as relative to the deskewed black-and-white plane of the source image.
Syntax
C++
HRESULT get_Bottom( int Index, int* Result );
C#
int get_Bottom( int Index );
Visual Basic .NET
Property Bottom(Index As Integer) As Integer
Parameters
- Index
- [in] This parameter specifies the index of the specified symbol in the recognized text.
- Result
- [out, retval] A pointer to int variable that receives the value of this property.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
9/17/2024 3:14:40 PM