Right Property of the Region Object
This property returns the coordinate of the right border of the specified rectangle.
Syntax
Visual Basic .NET
Property Right(Index As Integer) As Integer read-only
C++
HRESULT get_Right( 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 an int variable that receives the value of this property. Must not be NULL.
Return values
This property has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM