> ## 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-Aufzählung in den visuellen Komponenten von ABBYY FineReader Engine für Windows — Die Konstanten der SendToDestinationEnum-Aufzählung werden verwendet, um Anwendungen festzulegen, in denen erkannte Dokumente geöffnet werden können.

<Warning>
  Visuelle Komponenten werden in FRE für Windows implementiert.
</Warning>

Die Enumerationskonstanten von SendToDestinationEnum werden verwendet, um Anwendungen festzulegen, in denen erkannte Dokumente geöffnet werden können.

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

<div id="elements">
  ## Elemente
</div>

| Name              | Beschreibung                                                                                                                      |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| STD\_Clipboard    | Erkannten Text in die Zwischenablage kopieren.                                                                                    |
| STD\_MSWord       | Microsoft Word 2000, 2002, 2003, 2007 und 2010.                                                                                   |
| STD\_MSExcel      | Microsoft Excel 2000, 2002, 2003, 2007 und 2010.                                                                                  |
| STD\_MSPowerPoint | Microsoft PowerPoint 2003 (mit Microsoft Office Compatibility Pack für Word-, Excel- und PowerPoint-2007-Formate), 2007 und 2010. |
| STD\_Acrobat      | Adobe Acrobat/Reader (5.0 und höher).                                                                                             |
| STD\_Browser      | Standardbrowser.                                                                                                                  |
| STD\_OpenOffice   | OpenOffice.org 3.0, 3.1.                                                                                                          |
| STD\_WordPerfect  | Corel WordPerfect 10.0 (2002), 11.0 (2003), 12.0, 13.0 und 14.0.                                                                  |
| STD\_WordPro      | Lotus Word Pro 97 und Millennium Edition.                                                                                         |

<div id="used-in">
  ## Verwendet in
</div>

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