Value
Name | Description | Value |
---|---|---|
JPEGOptionsFormat.BASELINE_ENCODING | Uses baseline encoding to download the image in one pass. | 1785751394 = 'jpgb' |
JPEGOptionsFormat.PROGRESSIVE_ENCODING | Uses progressive encoding to download the image in a series of passes, with the first pass at low resolution and each successive pass adding resolution to the image. | 1785751408 = 'jpgp' |
Usage
As property
JPEGExportPreference.jpegRenderingStyle
XMLExportPreference.jpegOptionsFormat
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |