Top Property of the Region Object
This property returns the coordinate of the top border of the specified rectangle.
Syntax
HRESULT get_Top( int Index, int* Result );
Parameters
- Index
- [in] This parameter specifies the rectangle inside the region. It should be in the range from 0 to the value of the IRegion::Count property - 1.
- 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
7/3/2024 8:50:25 AM