XPDFViewer_Select | ||||||||||||||||
Type | command | |||||||||||||||
Dictionary | LCS | |||||||||||||||
Library | LiveCode Script | |||||||||||||||
Syntax |
| |||||||||||||||
Associations | xpdf | |||||||||||||||
Summary | Set the current selection of the PDF Viewer to a specific range. | |||||||||||||||
Edition | Business | |||||||||||||||
Introduced | 1.0.0 | |||||||||||||||
OS | mac, windows | |||||||||||||||
Platforms | desktop | |||||||||||||||
Parameters |
| |||||||||||||||
Example |
| |||||||||||||||
Description | The function returns the range as startPageNumber, startCharOnPage, endPageNumber, endCharOnPage. Insertion point is returned as start page number, char insertion point is after, endPageNumber - same as start, char insertion point is after - 1 If item 1 = item 3 AND item 4 item 2 then it is an insertion point position. The function will return empty if there is no selection. The following errors may be thrown by the command:
| |||||||||||||||
Tags | externals |