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.++Ctrl+E
MI\_DeletePageDeletes selected page from the current document.+\*+Del
MI\_DocumentViewDetailsSelects the Details document view.++
MI\_DocumentViewThumbnailsSelects the Thumbnails document view.++
MI\_FlipHorizontalFlips the image horizontally.++
MI\_FlipVerticalFlips the image vertically.++
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.\*\*+
MI\_PrevPageShows previous page.\*++Ctrl+Num- or Alt+Up Arrow
MI\_PropertiesShows the properties of the selected page.++Alt+Enter
MI\_ReadRecognizes the selected pages.++Ctrl+R
MI\_RenumberPagesOpens the Renumber Pages dialog box, which allows you to renumber pages.+\*+
MI\_RotateClockwiseRotates the image 90° clockwise.++
MI\_RotateCounterClockwiseRotates the image 90° counter-clockwise.++
MI\_RotateUpsideDownRotates the image upside down (180°).++
MI\_SaveAsCsvSaves the recognized text in CSV format.++
MI\_SaveAsDocXSaves the recognized text in DOCX format.++
MI\_SaveAsEpubSaves the recognized text in EPUB format.++
MI\_SaveAsFb2Saves the recognized text in FB2 format.++
MI\_SaveAsHtmSaves the recognized text in HTML format.++
MI\_SaveAsOdtSaves the recognized text in ODT format.++
MI\_SaveAsPdfSaves the recognized text in PDF format.++
MI\_SaveAsPdfASaves the recognized text in PDF/A format.++
MI\_SaveAsPptXSaves the recognized text in PPTX format.++
MI\_SaveAsRtfSaves the recognized text in RTF format.++
MI\_SaveAsTxtSaves the recognized text in TXT format.++
MI\_SaveAsXlsSaves the recognized text in XLS format.++
MI\_SaveAsXlsXSaves the recognized text in XLSX format.++
MI\_SendToAcrobatOpens a recognized text in Adobe Acrobat or Adobe Reader.++
MI\_SendToClipboardPastes a recognized text to Clipboard.++
MI\_SendToMSExcelOpens a recognized text in Microsoft Excel.++
MI\_SendToMSWordOpens a recognized text in Microsoft Word.++
MI\_SendToOpenOfficeOpens a recognized text in OpenOffice.org.++
MI\_SendToPowerPointOpens a recognized text in Microsoft PowerPoint.++
MI\_SendToWebBrowserOpens a recognized text in the Internet browser.++
MI\_SendToWordPerfectOpens a recognized text in Corel WordPerfect.++
MI\_SendToWordProOpens a recognized text in Lotus Word Pro.++
MI\_SeparatorAdds a separator to the toolbar or context menu.+\*
MI\_SubMenuAdds submenu to the context menu.+
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.\*\*+
MI\_CustomCommand2Allows you to define a custom command.\*\*+
MI\_CustomCommand3Allows you to define a custom command.\*\*+
MI\_CustomCommand4Allows you to define a custom command.\*\*+
MI\_CustomCommand5Allows you to define a custom command.\*\*+
MI\_CustomCommand6Allows you to define a custom command.\*\*+
MI\_CustomCommand7Allows you to define a custom command.\*\*+
MI\_CustomCommand8Allows you to define a custom command.\*\*+
MI\_CustomCommand9Allows you to define a custom command.\*\*+
MI\_CustomCommand10Allows you to define a custom command.\*\*+

See also

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