Aurigma Image Uploader 7.0.37
PaneItem.PreviewQuality Property
Gets or sets a resize quality of preview thumbnails.
Syntax
PHP
public function getPreviewQuality() {
}
public function setPreviewQuality($value) {
}
Property Value
Type: string
The resize quality of preview thumbnails.
The following values are supported:
| Value | Description |
|---|---|
| Low | Low quality. The image is resized using the nearest-neighbor algorithm. |
| Medium | Medium quality. The image is resized using the anisotropic algorithm. |
| High | High quality. The image is resized using the lanczos algorithm. |
Default value is "Medium".