ExportForScreensOptionsPNG24

Options which may be provided when exporting a document as an 24 bit PNG file.

Constants/Events

Name

Type

Access

Description

antiAliasing

AntiAliasingMethod

AntiAliasingMethod.ARTOPTIMIZED

AntiAliasingMethod.None

AntiAliasingMethod.TYPEOPTIMIZED

readonly

Should the resulting image be antialiased.

backgroundBlack

Boolean

readonly

Should the resulting image rasterize against a black background (with value true) or white background(with value false) if it doesn't use transparency.

interlaced

Boolean

readonly

Should the resulting image be interlaced.

scaleType

ExportForScreensScaleType

ExportForScreensScaleType.SCALEBYFACTOR

ExportForScreensScaleType.SCALEBYHEIGHT

ExportForScreensScaleType.SCALEBYRESOLUTION

ExportForScreensScaleType.SCALEBYWIDTH

readonly

How should the resulting image be scaled.

scaleTypeValue

Number

readonly

The value by which the resulting image should be scaled.

transparency

Boolean

readonly

Should the resulting image use transparency.