ExportForScreensOptionsJPEG

Options which may be provided when exporting a document as a JPEG100 file.

Constants/Events

Name

Type

Access

Description

antiAliasing

AntiAliasingMethod

AntiAliasingMethod.ARTOPTIMIZED

AntiAliasingMethod.None

AntiAliasingMethod.TYPEOPTIMIZED

readonly

Should the resulting image be antialiased.

compressionMethod

JPEGCompressionMethodType

JPEGCompressionMethodType.BASELINEOPTIMIZED

JPEGCompressionMethodType.BASELINESTANDARD

JPEGCompressionMethodType.PROGRESSIVE

readonly

Should the image be compressed.

embedICCProfile

Boolean

readonly

Embed an ICC profile when exporting.

progressiveScan

Int32 (range 3 - 5)

readonly

Specify the number of detailed scans when downloading a JPEG file using the Progressive option as the CompressionMethod.

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.