Resource Base
Table of contents

SaveTiffSettings

Syntax

interface SaveTiffSettings {
    customTag?: CustomTag[];
    compression?: EnumTIFFCompressionType;
    quality?: number;
}

Attributes

customTag

Custom tiff tag(s). Please refer to CustomTag

compression

Specify the compression type. Please refer to EnumTiffCompressionType.

Default value: TIFF_AUTO

quality

Specify the quality of the images in the file. The value ranges from 0 to 100. Only valid when the compression is TIFF_JPEG.

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support