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

> Windows 上の ABBYY FineReader Engine ビジュアルコンポーネントにおける SendToDestinationEnum 列挙体 — SendToDestinationEnum の列挙定数は、認識されたドキュメントを開くことができるアプリケーションを定義するために使用されます。

<Warning>
  ビジュアルコンポーネントは Windows 向けの FRE で実装されています。
</Warning>

SendToDestinationEnum の列挙定数は、認識されたドキュメントを開くことができるアプリケーションを定義するために使用されます。

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

<div id="elements">
  ## 要素
</div>

| 名前                | 説明                                                                                                              |
| ----------------- | --------------------------------------------------------------------------------------------------------------- |
| STD\_Clipboard    | 認識したテキストをクリップボードに貼り付けます。                                                                                        |
| STD\_MSWord       | Microsoft Word 2000、2002、2003、2007、2010。                                                                        |
| STD\_MSExcel      | Microsoft Excel 2000、2002、2003、2007、2010。                                                                       |
| STD\_MSPowerPoint | Microsoft PowerPoint 2003 (Word、Excel、PowerPoint 2007 形式用の Microsoft Office Compatibility Pack を使用) 、2007、2010。 |
| STD\_Acrobat      | Adobe Acrobat/Reader (5.0以降) 。                                                                                  |
| STD\_Browser      | 既定のインターネットブラウザー。                                                                                                |
| STD\_OpenOffice   | OpenOffice.org 3.0、3.1。                                                                                         |
| STD\_WordPerfect  | Corel WordPerfect 10.0 (2002) 、11.0 (2003) 、12.0、13.0、14.0。                                                     |
| STD\_WordPro      | Lotus Word Pro 97、Millennium Edition。                                                                           |

<div id="used-in">
  ## 使用箇所
</div>

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