autoZoomIsFixed
ab autoZoomIsFixed boolean { t | nil }
Description
Controls whether the Auto Zoom function of the Annotation Browser defaults to Fixed mode or Minimal mode.
The default is nil, which means that the function is set in Minimal mode.
For more information on the Annotation browser Auto Zoom, see the section on the toolbar in Annotation Browser Graphical User Interface.
GUI Equivalent
|
Windows – Assistants – Annotation Browser (Auto Zoom toolbar button) |
|
Examples
envGetVal("ab" "autoZoomIsFixed")
envSetVal("ab" "autoZoomIsFixed" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top