Resource Base
Table of contents

SaveJpegSettings

Syntax

interface SaveJpegSettings {
    quality?: number; 
    saveAnnotation?: boolean; 
}

Attributes

quality

Specify the quality for JPEG compression. The value range is [0, 100], default value is 80.

saveAnnotation

Whether to save the annotation(s) as the part of image. Default vaule: false.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: