I Visual Components sono implementati in FRE per Windows.
Le costanti dell’enumerazione SendToDestinationEnum vengono utilizzate per definire le applicazioni in cui è possibile aprire i documenti riconosciuti.
typedef enum {
STD_Clipboard,
STD_MSWord,
STD_MSExcel,
STD_MSPowerPoint,
STD_Acrobat,
STD_Browser,
STD_OpenOffice,
STD_WordPerfect,
STD_WordPro
} SendToDestinationEnum;
| Nome | Descrizione |
|---|
| STD_Clipboard | Incolla il testo riconosciuto negli appunti. |
| STD_MSWord | Microsoft Word 2000, 2002, 2003, 2007 e 2010. |
| STD_MSExcel | Microsoft Excel 2000, 2002, 2003, 2007 e 2010. |
| STD_MSPowerPoint | Microsoft PowerPoint 2003 (con Microsoft Office Compatibility Pack per i formati Word, Excel e PowerPoint 2007), 2007 e 2010. |
| STD_Acrobat | Adobe Acrobat/Reader (5.0 e versioni successive). |
| STD_Browser | Browser web predefinito. |
| STD_OpenOffice | OpenOffice.org 3.0, 3.1. |
| STD_WordPerfect | Corel WordPerfect 10.0 (2002), 11.0 (2003), 12.0, 13.0 e 14.0. |
| STD_WordPro | Lotus Word Pro 97 e Millennium Edition. |
IDocumentViewerEvents::OnSendToPages