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

# EnumPdfCompressionType

```typescript
enum EnumPDFCompressionType {
    PDF_AUTO = "pdf/auto",
    PDF_FAX4 = "pdf/fax4",
    PDF_LZW = "pdf/lzw",
    PDF_JPEG = "pdf/jpeg",
    PDF_JP2000 = "pdf/jp2000",
    PDF_JBIG2 = "pdf/jbig2"
}
```
