imageQuality property

int? imageQuality
getter/setter pair

Optional image quality value. Defines the quality factor of JPEG images. The value must be between 1 and 100, where 100 means maximum quality and largest file size. The default value is 80 which is a good compromise between image file size and document legibility.

Implementation

int? imageQuality;