<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [SampleFormat](./devices.sampleformat.md)

## SampleFormat enum

A fingerprint sample format.

<b>Signature:</b>

```typescript
export declare enum SampleFormat 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  Compressed | <code>3</code> | A compressed fingerprint image (e.q. JPEG2000, WSQ). |
|  Intermediate | <code>2</code> | A fingerprint image encoded into an intermediate format. |
|  PngImage | <code>5</code> | A Portable Network Graphics (PNG) format. |
|  Raw | <code>1</code> | A raw fingerprint image (bitmap). |

