ThumbnailType Enumeration

Specifies one of the possible imgur thumbnail types.

Definition

Namespace: DevCase.ThirdParty.Imgur
Assembly: 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

Remarks

Members

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.

See Also