Adobe InDesign CS6 (8.0) Object Model JS: LiveDrawingOptions
From InDesign CS6
Live drawing options for when user mouse actions trigger live screen drawing of page items.
Value
| Name | Description | Value |
|---|---|---|
| LiveDrawingOptions.DELAYED | Use live screen drawing during mouse operations after a delay if user pauses before the mouse moves. | 1347765349 = 'PUDe' |
| LiveDrawingOptions.IMMEDIATELY | Use live screen drawing during mouse operations. | 1347766637 = 'PUIm' |
| LiveDrawingOptions.NEVER | Never use live screen drawing during mouse operations, use sprite mode. | 1347767926 = 'PUNv' |
Usage
As property
Application.liveScreenDrawing
| Jongware, 28-Apr-2012 v3.0.3h | Contents :: Index |