> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Right Property of the Region Object

This property returns the coordinate of the right border of the specified rectangle.

## Syntax

### C++

```cpp theme={null}
HRESULT get_Right(
   int  Index,
   int* Result
);
```

### C\#

```csharp theme={null}
int get_Right( int Index );
```

### Visual Basic .NET

```vb theme={null}
ReadOnly Property Right(Index As Integer) As Integer
```

## 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](/fine-reader/engine/api-reference/supplementary-objects-and-methods/region#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](/fine-reader/engine/api-reference/return-codes).

## See also

[Region](/fine-reader/engine/api-reference/supplementary-objects-and-methods/region)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
