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

# Print Method of the TextEditor Object

> Print method of the TextEditor Object in ABBYY FineReader Engine Visual Components on Windows — This method allows you to print recognized text.

This method allows you to print recognized text.

## Syntax

### C++

```cpp theme={null}
HRESULT Print();
```

### C\#

```csharp theme={null}
void Print();
```

### Visual Basic .NET

```vb theme={null}
Sub Print()
```

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

[TextEditor](/fine-reader/engine/visual-components-reference/texteditor)
