The converter type exposes the following properties.
| Name | Description | |
|---|---|---|
|
|
autoReduceDimensions | Gets or sets a value specifying what to do if the browser does not allow creating resized copies of specified size. |
|
|
hash | Gets or sets an algorithm to generate a hash value for each converted file created using this converter. |
|
|
mode | Gets or sets the conversion mode of the thumbnail. |
|
|
thumbnailApplyCrop | Gets or sets a value indicating whether the thumbnail should be cropped. |
|
|
thumbnailApplyDrawTool | Gets or sets a value indicating whether to apply drawing to the thumbnail made by a user through the image editor. |
|
|
thumbnailBgColor | Gets or sets a background color of the thumbnail. |
|
|
thumbnailCompressOversizedOnly | Gets or sets a value indicating whether the uploader should ignore the thumbnail settings if the resized image turns out to be larger than the original file. |
|
|
thumbnailCopyColorProfile | Gets or sets a value indicating whether the thumbnail copy the ICC color prfile from the original file. |
|
|
thumbnailCopyExif | Gets or sets a value indicating whether the thumbnail should contain EXIF metadata copied from the original file. |
|
|
thumbnailCopyIptc | Gets or sets a value indicating whether the thumbnail should contain IPTC metadata copied from the original file. |
|
|
thumbnailFitMode | Gets or sets the fit mode of the thumbnail. |
|
|
thumbnailHeight | Gets or sets the height restriction for the thumbnail. |
|
|
thumbnailJpegQuality | Gets or sets a JPEG quality of the thumbnail. |
|
|
thumbnailResizeCmyk | Gets or sets a value indicating whether CMYK images should be resized or ignored. |
|
|
thumbnailResizeFailureDetector | Configures how the uploader tries to detect whether image resizing failed due to memory issues and whether to retry. |
|
|
thumbnailResizeQuality | Gets or sets a resize quality of the thumbnail (interpolation algorithm). |
|
|
thumbnailResolution | Gets or sets a resolution of the thumbnail (DPI). |
|
|
thumbnailSizeLimit | Gets or sets a max file size for a thumbnail generated by uploader. |
|
|
thumbnailType | Gets or sets a value specifying the output image type. |
|
|
thumbnailUseExifPreview | Gets or sets a value specifying whether the uploader should try using EXIF previews when possible. |
|
|
thumbnailWatermark | Gets or sets a watermark of the thumbnail. |
|
|
thumbnailWidth | Gets or sets the width restriction for the thumbnail. |