PNGSaveOptions
| Name | Type | Default | Range | Description |
|---|---|---|---|---|
| compression | number | 6 | ||
| 0...9 | The compression value to be used when method = PNGMethod.QUICK | |||
| interlaced | boolean | false | ||
| - | True to interlace rows when method = PNGMethod.QUICK | |||
| method | PNGMethod | - | - | PNG File Size optimization method. |
| typename | string | "PNGSaveOptions" | ||
| - | The class name of the referenced object |
