documentViewerPreferences

Typeproperty
Dictionarywidget.pdf
LibraryPDF
Syntax
get the documentViewerPreferences of <widget>
Associationscom.livecode.widget.pdf
Summary

Get an array detailing the viewer preferences of the document

EditionPro
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Description

The array may have the following keys:

  • "HideToolbar"
  • "HideMenubar"
  • "HideWindowUI"
  • "FitWindow"
  • "CenterWindow"
  • "DisplayDocTitle"
  • "ViewArea"
  • "ViewClip"
  • "PrintArea"
  • "PrintClip"
  • "PrintScaling"
  • "PickTrayByPDFSize"
  • "NumCopies"
  • "Direction"
  • "Duplex"
  • "NonFullScreenPageMode"

For detailed explanations of these tags and their respective values, please refer to PDF Reference 1.7, section 8.1, 'Viewer Preferences'.