---
layout: default-layout
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
title: Dynamsoft Document Viewer API Reference - Enumeration EnumTiffCompressionType
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Enumeration EnumTiffCompressionType
breadcrumbText: Enumeration EnumTiffCompressionType
description: Dynamsoft Document Viewer Documentation API Reference Enumeration EnumTiffCompressionType Page
permalink: /api/enumeration-type/enumtiffcompressiontype.html
---

# EnumTiffCompressionType

```typescript
enum EnumTiffCompressionType {
    TIFF_AUTO = "tiff/auto",
    TIFF_FAX3 = "tiff/fax3",
    TIFF_FAX4 = "tiff/fax4",
    TIFF_LZW = "tiff/lzw",
    TIFF_JPEG = "tiff/jpeg",
}
```
