Skip to main content
Below is the list of commands available in the Document Viewer. The commands can be called by:
  • selecting an item from a context menu,
  • clicking a toolbar button,
  • pressing a hot key,
  • using the DoCommand method of the Commands subobject of a component
However, not all these methods are available for each command. Availability of this or that calling method is described in the table below: ”+” means that the command is available by default, ”*” — the command can be added by developer. See also Customizing the Context Menu and Toolbar of a Visual Component.

Elements

MenuItemEnum constantDescriptionContext menuToolbarDoCommandHot key
MI\_AnalyzeLayoutAnalyzes layout of the selected image pages automatically.+<br />+Ctrl+E
MI\_DeletePageDeletes selected page from the current document.+\*+Del
MI\_DocumentViewDetailsSelects the Details document view.+<br />+<br />
MI\_DocumentViewThumbnailsSelects the Thumbnails document view.+<br />+<br />
MI\_FlipHorizontalFlips the image horizontally.+<br />+<br />
MI\_FlipVerticalFlips the image vertically.+<br />+<br />
MI\_GotoPageGoes to the specified page.\*\*+Ctrl+G
MI\_LanguageEditorOpens the Language Editor dialog box, which allows you to select and edit recognition languages.\*\*+Ctrl+Shift+L
MI\_NextPageShows next page.\*++Ctrl+Num+ or Alt+Down Arrow
MI\_OptionsShows the Options dialog box, which allows you to specify different viewing and saving options.\*\*+<br />
MI\_PrevPageShows previous page.\*++Ctrl+Num- or Alt+Up Arrow
MI\_PropertiesShows the properties of the selected page.+<br />+Alt+Enter
MI\_ReadRecognizes the selected pages.+<br />+Ctrl+R
MI\_RenumberPagesOpens the Renumber Pages dialog box, which allows you to renumber pages.+\*+<br />
MI\_RotateClockwiseRotates the image 90° clockwise.+<br />+<br />
MI\_RotateCounterClockwiseRotates the image 90° counter-clockwise.+<br />+<br />
MI\_RotateUpsideDownRotates the image upside down (180°).+<br />+<br />
MI\_SaveAsCsvSaves the recognized text in CSV format.+<br />+<br />
MI\_SaveAsDocXSaves the recognized text in DOCX format.+<br />+<br />
MI\_SaveAsEpubSaves the recognized text in EPUB format.+<br />+<br />
MI\_SaveAsFb2Saves the recognized text in FB2 format.+<br />+<br />
MI\_SaveAsHtmSaves the recognized text in HTML format.+<br />+<br />
MI\_SaveAsOdtSaves the recognized text in ODT format.+<br />+<br />
MI\_SaveAsPdfSaves the recognized text in PDF format.+<br />+<br />
MI\_SaveAsPdfASaves the recognized text in PDF/A format.+<br />+<br />
MI\_SaveAsPptXSaves the recognized text in PPTX format.+<br />+<br />
MI\_SaveAsRtfSaves the recognized text in RTF format.+<br />+<br />
MI\_SaveAsTxtSaves the recognized text in TXT format.+<br />+<br />
MI\_SaveAsXlsSaves the recognized text in XLS format.+<br />+<br />
MI\_SaveAsXlsXSaves the recognized text in XLSX format.+<br />+<br />
MI\_SendToAcrobatOpens a recognized text in Adobe Acrobat or Adobe Reader.+<br />+<br />
MI\_SendToClipboardPastes a recognized text to Clipboard.+<br />+<br />
MI\_SendToMSExcelOpens a recognized text in Microsoft Excel.+<br />+<br />
MI\_SendToMSWordOpens a recognized text in Microsoft Word.+<br />+<br />
MI\_SendToOpenOfficeOpens a recognized text in OpenOffice.org.+<br />+<br />
MI\_SendToPowerPointOpens a recognized text in Microsoft PowerPoint.+<br />+<br />
MI\_SendToWebBrowserOpens a recognized text in the Internet browser.+<br />+<br />
MI\_SendToWordPerfectOpens a recognized text in Corel WordPerfect.+<br />+<br />
MI\_SendToWordProOpens a recognized text in Lotus Word Pro.+<br />+<br />
MI\_SeparatorAdds a separator to the toolbar or context menu.+\*<br /><br />
MI\_SubMenuAdds submenu to the context menu.+<br /><br /><br />
MI\_ViewDictionariesOpens the Select Dictionary dialog box, which allows you to view and edit dictionary properties.\*\*+Ctrl+Alt+D
MI\_CustomCommand1Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand2Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand3Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand4Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand5Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand6Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand7Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand8Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand9Allows you to define a custom command.\*\*+<br />
MI\_CustomCommand10Allows you to define a custom command.\*\*+<br />

See also

Customizing the Context Menu and Toolbar of a Visual Component Commands MenuItemEnum