Object
ExportForScreensOptionsPNG24
Options which may be provided when exporting a document as an 24 bit PNG file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | AntiAliasingMethod = AntiAliasingMethod.ARTOPTIMIZED | read/write | Should the resulting image be antialiased. |
| static | Boolean = false | read/write | Should the resulting image rasterize against a black background (with value true) or white background(with value false) if it doesn't use transparency. |
| static | Boolean = false | read/write | Should the resulting image be interlaced. |
| static | ExportForScreensScaleType = ExportForScreensScaleType.SCALEBYFACTOR | read/write | How should the resulting image be scaled. |
| static | Number = 1 | read/write | The value by which the resulting image should be scaled. |
| static | Boolean = true | read/write | Should the resulting image use transparency. |