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

# SendToDestinationEnum

> SendToDestinationEnum enumeration in ABBYY FineReader Engine Visual Components on Windows — SendToDestinationEnum enumeration constants are used to define applications, in which recognized documents can be opened.

<Warning>
  Visual Components are implemented in FRE for Windows.
</Warning>

SendToDestinationEnum enumeration constants are used to define applications, in which recognized documents can be opened.

```
typedef enum {
 STD_Clipboard,
 STD_MSWord,
 STD_MSExcel,
 STD_MSPowerPoint,
 STD_Acrobat,
 STD_Browser,
 STD_OpenOffice,
 STD_WordPerfect,
 STD_WordPro
} SendToDestinationEnum;
```

## Elements

| Name                | Description                                                                                                                        |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| STD\\\_Clipboard    | Paste a recognized text to Clipboard.                                                                                              |
| STD\\\_MSWord       | Microsoft Word 2000, 2002, 2003, 2007, and 2010.                                                                                   |
| STD\\\_MSExcel      | Microsoft Excel 2000, 2002, 2003, 2007, and 2010.                                                                                  |
| STD\\\_MSPowerPoint | Microsoft PowerPoint 2003 (with Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 formats), 2007, and 2010. |
| STD\\\_Acrobat      | Adobe Acrobat/Reader (5.0 and later).                                                                                              |
| STD\\\_Browser      | Default Internet browser.                                                                                                          |
| STD\\\_OpenOffice   | OpenOffice.org 3.0, 3.1.                                                                                                           |
| STD\\\_WordPerfect  | Corel WordPerfect 10.0 (2002), 11.0 (2003), 12.0, 13.0, and 14.0.                                                                  |
| STD\\\_WordPro      | Lotus Word Pro 97 and Millennium Edition.                                                                                          |

## Used in

[IDocumentViewerEvents::OnSendToPages](/fine-reader/engine/visual-components-reference/idocumentviewerevents/onsendtopages-method)
