Illustrator29
Enumeration

JPEGCompressionMethodType

JPEG Compression Method type.

Values

NameType AccessDescription
Int = 1 readonly Select Baseline Optimized for optimized color and a slightly smaller file size. Not supported by all web browsers.
Int = 0 readonly Select Baseline (Standard) to use a format recognized by most web browsers.
Int = 2 readonly 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.

Object of 1

Properties elsewhere that hold an JPEGCompressionMethodType value.