XPDFViewer_GoToPage |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | XPDFViewer_GoToPage <viewerName>, {"last" | "first" | "next" | "prev" | <pageNumber>}
|
Associations | xpdf |
Summary | Navigate to a page using either one of the four navigation constants or
a specific pageNumber.
|
Edition | Business |
Introduced | 1.0.0 |
OS | mac, windows |
Platforms | desktop |
Parameters | Name | Type | Description |
---|
viewerName | | The name of the viewer.
|
pageNumber | | An integer between 1 and the number of pages in the
document.
|
|
Example | XPDFViewer_GoToPage "Document1", "next"
|
Values | Name | Type | Description |
---|
return | | true if printing is available.
|
|
Description | The following errors may be thrown by the command:
- XPDF_ERROR:
incorrect number of parameters
- XPDF_ERROR:
PDF viewer not found
|
Tags | externals |