| Value | Description |
|---|---|
| ioJPEG_AUTOCALC | The JPEG Scale is selected automatically to ensure it is larger than your minimum dimensions. You need to specify this using the LoadToWidth and LoadToHeight properties |
| ioJPEG_FULLSIZE | The full image is loaded (default). Slowest loading |
| ioJPEG_HALF | Image is loaded at 1/2 size |
| ioJPEG_QUARTER | Image is loaded at 1/4 size |
| ioJPEG_EIGHTH | Image is loaded at 1/8 size. Very fast loading |