---
layout: default-layout
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
title: Dynamsoft Document Viewer API Reference - Interface ImageFilterItem
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Interface ImageFilterItem
breadcrumbText: Interface ImageFilterItem
description: Dynamsoft Document Viewer Documentation API Reference Interface ImageFilterItem Page
permalink: /api/interface/imagefilteritem.html
---

# ImageFilterItem

## Syntax

```typescript
interface ImageFilterItem {
    type: string; 
    label: string; 
}
```

## Attributes

### type

The image filter type string.

### label

The label string for the image filter type which will be displayed.
