SendToDestinationEnum
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
9/17/2024 3:14:41 PM