Adobe InDesign CS6 Server (8.0) Object Model JS: SnapshotBlendingModes
From InDesign Server CS6
Modes that control which nearby snapshots, by size and shape, are blended into the new layout.
Value
| Name | Description | Value |
|---|---|---|
| SnapshotBlendingModes.FULL_SNAPSHOT_BLENDING | Use up to three nearest snapshots even if a snapshot is in a different class that the new layout. | 1399735925 = 'SnFu' |
| SnapshotBlendingModes.IGNORE_LAYOUT_SNAPSHOTS | Turns off the influence of layout snapshots completely. | 1399736679 = 'SnIg' |
| SnapshotBlendingModes.LIMITED_SNAPSHOT_BLENDING | Use only layout snapshots within the same class as the new layout. | 1399737449 = 'SnLi' |
| SnapshotBlendingModes.USE_NEAREST_SNAPSHOT | Use the layout snapshot nearest in size and shape to the new layout. | 1399737957 = 'SnNe' |
Usage
As property
Page.snapshotBlendingMode
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |