> ## 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.

# ShowDocumentArea Method of the ImageViewer Object

> ShowDocumentArea method of the ImageViewer Object in ABBYY FineReader Engine Visual Components on Windows — This method allows you to scroll image view so that the document area with the specified coordinates becomes...

This method allows you to scroll image view so that the document area with the specified coordinates becomes visible (as far as possible).

## Syntax

### C++

```cpp theme={null}
HRESULT ShowDocumentArea( IFRRectangle* Value );
```

### C\#

```csharp theme={null}
void ShowDocumentArea( IFRRectangle Value );
```

### Visual Basic .NET

```vb theme={null}
Sub ShowDocumentArea(Value As IFRRectangle)
```

## Parameters

Value

\[in] Refers to the [FRRectangle](/fine-reader/engine/api-reference/supplementary-objects-and-methods/frrectangle) object which specifies the coordinates of the document area in pixels. The coordinates are relative to the document image.

## Return values

This method 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

[ImageViewer](/fine-reader/engine/visual-components-reference/imageviewer)
