---
layout: default-layout
title: EnumImageFileFormat - Dynamsoft Capture Vision React Native
description: Enumeration EnumImageFileFormat of Dynamsoft Capture Vision React Native Edition `ImageFileFormat` defines the file format of the image file.
keywords: Image file format
needAutoGenerateSidebar: true
needGenerateH3Content: true
breadcrumbText: EnumImageFileFormat
---

# EnumImageFileFormat

`EnumImageFileFormat` defines the file format of the image file.

## Definition

*Assembly:* dynamsoft-capture-vision-react-native

```js
enum EnumImageFileFormat {
  IFF_JPEG = 0,
  IFF_PNG = 1,
  IFF_BMP = 2,
  IFF_PDF = 3
}
```

## Members

| Member | Description |
| ------ | ----------- |
| IFF_JPEG | JPEG |
| IFF_PNG | PNG |
| IFF_BMP | BMP |
| IFF_PDF | PDF |
