Adobe InDesign CS3 (5.0) Object Model JS: ScreenModeOptions
From InDesign CS3
Screen mode options.
Value
| Name | Description | Value |
|---|---|---|
| ScreenModeOptions.PREVIEW_OFF | Normal view; displays guides and frame edges. | 1936552047 = 'smpo' |
| ScreenModeOptions.PREVIEW_TO_BLEED | Preview mode including the bleed area. | 1936552034 = 'smpb' |
| ScreenModeOptions.PREVIEW_TO_PAGE | Preview mode; displays the document as it will be printed (hides guides and frame edges). | 1936552048 = 'smpp' |
| ScreenModeOptions.PREVIEW_TO_SLUG | Preview mode including the slug area. | 1936552051 = 'smps' |
Usage
As property
LayoutWindow.screenMode
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |