Adobe InDesign CS5 (7.0) Object Model JS: LiveDrawingOptions
From InDesign CS5
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, 20-Jun-2010 v3.0.3d | Contents :: Index |