XPDFViewer_Zoom

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
XPDFViewer_Zoom <viewerName>, {"width" | "fit" | "actual" | "in" | "out" | <percent>}
Associationsxpdf
Summary

Zoom the page using either one of the five zoom constants or a specified percentage.

EditionBusiness
Introduced1.0.0
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
viewerName

The name of the viewer.

percent

Percent of actual size to scale the PDF.

Example
XPDFViewer_Zoom "Document1", 200
Description

The following errors may be thrown by the command:

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