ThumbnailType Enumeration
Specifies one of the possible imgur thumbnail types.
Namespace: DevCase.ThirdParty.ImgurAssembly: DevCase.net48.ThirdParty.Imgur (in DevCase.net48.ThirdParty.Imgur.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ThumbnailType
Public Enumeration ThumbnailType
Dim instance As ThumbnailType
public enum class ThumbnailType
No code example is currently available or this language may not be supported.
SmallSquare |
0 |
The image resized to 90x90 without preserving image proportions.
|
BigSquare |
1 |
The image resized to 160x160 without preserving image proportions.
|
SmallThumbnail |
2 |
The image resized to 160x160 preserving image proportions.
|
MediumThumbnail |
3 |
The image resized to 320x320 without preserving image proportions.
|
LargeThumbnail |
4 |
The image resized to 640x640 without preserving image proportions.
|
HugeThumbnail |
5 |
The image resized to 1024x1024 without preserving image proportions.
|