Specifies possible values for fit modes.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Enumeration ThumbnailFitMode
public enum ThumbnailFitMode
Member name | Description |
---|---|
ActualSize |
Send the image of the original size (rotating and recompressing it if necessary). |
Fit |
Send a thumbnail which is resized to fit the specified rectangle. |
Height |
Send a thumbnail which is resized to have the height which is not larger than the specified one. |
Icon |
Send an icon of the file instead of the thumbnail. |
Off |
Do not send a thumbnail of this size to the server. |
Width |
Send a thumbnail which is resized to have the width which is not larger than the specified one. |