EnumImageFileFormat
EnumImageFileFormat defines the file format of the image file.
Definition
Assembly: dynamsoft-capture-vision-react-native
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 |