XPDFViewer_ChooseMouseMode

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
XPDFViewer_ChooseMouseMode <viewerName>, {"selection" | "browse" | "image" }
Associationsxpdf
Summary

Choose a mouse mode. The viewer defaults to browse mode. Choose selection to select text.

EditionBusiness
Introduced1.0.0
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
viewerName

The name of the viewer.

Example
XPDFViewer_ChooseMouseMode "Document1", "selection"
Description

The following errors may be thrown by the command:

  • XPDF_ERROR: incorrect number of parameters
  • XPDF_ERROR: PDF viewer not found
Tagsexternals