Enum ZoomQuality
Specifies zoom quality of the displayed image. Zoom with higher quality requires more resources on the server-side than lower quality zoom.
Fields
| Name | Description |
|---|---|
| high | High quality. |
| low | Low quality. |
| medium | Medium quality. |
| shrinkHighStretchLow | This mode enables server-side high quality resize in the case when zoom value is lower than 1.0, otherwise the image is resized on the client. |