Adobe Photoshop CS5 Object Library JS: SaveBehavior
From Photoshop CS5
The application's behavior regarding image previews and file extensions when a save method is called.
Value
| Name | Description | Value |
|---|---|---|
| SaveBehavior.ALWAYSSAVE | Always save the item with the file. | int 2 |
| SaveBehavior.ASKWHENSAVING | Prompt the user whether to save the item with the file. | int 3 |
| SaveBehavior.NEVERSAVE | Never save the item with the file. | int 1 |
Usage
As property
Preferences.imagePreviews
Preferences.appendExtension
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |