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

# AddPage Method of the FRDocument Object

This method adds a page to the document. The page may be a part of another document The page can also be received using the [BatchProcessor](/fine-reader/engine/api-reference/batch-processor/batchprocessor) object in Linux and Windows.

## Syntax

### C++

```cpp theme={null}
HRESULT AddPage( IFRPage* Page );
```

### C\#

```csharp theme={null}
void AddPage( IFRPage Page );
```

### Visual Basic .NET

```vb theme={null}
Sub AddPage(Page As IFRPage)
```

## Parameters

Page

\[in] This variable refers to the [FRPage](/fine-reader/engine/api-reference/document-related-objects/frpage) object corresponding to the page that is to be added.

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

## Remarks

This method does not report any events to the listeners attached to the IConnectionPointContainer interface of the [FRDocument](/fine-reader/engine/api-reference/document-related-objects/frdocument) object.

## See also

[FRDocument](/fine-reader/engine/api-reference/document-related-objects/frdocument)
