User Guide

BitmapItem object 49
Description
Property; a Boolean value. To use the default imported JPEG quality, specify true; false
otherwise. Available only for JPEG compression.
Example
The following code sets the useImportedJPEGQuality property of the first item in the library of
the current document to
true:
fl.getDocumentDOM().library.items[0].useImportedJPEGQuality = true;
alert(fl.getDocumentDOM().library.items[0].useImportedJPEGQuality);