ProjectFileCompressionLevel
Project save compression presets. Store => Save with no compression for the fastest save time and the largest file size. Fastest => Save with minimal compression for faster writes. Balanced => Use a balanced tradeoff between save speed and file size. Maximum => Save with maximum compression for the smallest file size and the slowest save time.
Import
import ScriptingApi as api
# Access the class
# ProjectFileCompressionLevel is available via api.ProjectFileCompressionLevel
Enumeration Values
Enumeration Level from ProjectFileCompressionLevel
| Value | Description |
|---|---|
ProjectFileCompressionLevel.Store | Store option |
ProjectFileCompressionLevel.Fastest | Fastest option |
ProjectFileCompressionLevel.Balanced | Balanced option |
ProjectFileCompressionLevel.Maximum | Maximum option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.ProjectFileCompressionLevel.Store