JPEGCompressionMethodType

JPEG Compression Method type.

Values

Name

Description

Value

JPEGCompressionMethodType.BASELINEOPTIMIZED

Select Baseline Optimized for optimized color and a slightly smaller file size. Not supported by all web browsers.

1

JPEGCompressionMethodType.BASELINESTANDARD

Select Baseline (Standard) to use a format recognized by most web browsers.

0

JPEGCompressionMethodType.PROGRESSIVE

Select Progressive to display a series of increasingly detailed scans (you specify how many in ProgressiveScan) as the image downloads. Not supported by all web browsers.

2

Object of

ExportForScreensOptionsJPEG.compressionMethod