Skip to main content
Visual Components are implemented in FRE for Windows.
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

NameDescription
STD\_ClipboardPaste a recognized text to Clipboard.
STD\_MSWordMicrosoft Word 2000, 2002, 2003, 2007, and 2010.
STD\_MSExcelMicrosoft Excel 2000, 2002, 2003, 2007, and 2010.
STD\_MSPowerPointMicrosoft PowerPoint 2003 (with Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 formats), 2007, and 2010.
STD\_AcrobatAdobe Acrobat/Reader (5.0 and later).
STD\_BrowserDefault Internet browser.
STD\_OpenOfficeOpenOffice.org 3.0, 3.1.
STD\_WordPerfectCorel WordPerfect 10.0 (2002), 11.0 (2003), 12.0, 13.0, and 14.0.
STD\_WordProLotus Word Pro 97 and Millennium Edition.

Used in

IDocumentViewerEvents::OnSendToPages