Enumeration
SaveBehavior
The application's behavior regarding image previews and file extensions when a save method is called.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 2 | readonly | Always save the item with the file. | |
| Int = 3 | readonly | Prompt the user whether to save the item with the file. | |
| Int = 1 | readonly | Never save the item with the file. |
Object of 2
Properties elsewhere that hold an SaveBehavior value.