DropboxThumbnailSize Enum

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Options.Files.Thumbnails
Assembly Skybrud.Social.Dropbox.dll
Visibility Public

Enum class representing the size of a thumbnail.

public enum DropboxThumbnailSize : Enum { }

Fields

Name Value Summary
W32H32 0

Specifies that the thumbnail should have a width of 32 pixels and a height of 32 pixels.

W64H64 1

Specifies that the thumbnail should have a width of 64 pixels and a height of 64 pixels.

W128H128 2

Specifies that the thumbnail should have a width of 128 pixels and a height of 128 pixels.

W256H256 3

Specifies that the thumbnail should have a width of 256 pixels and a height of 256 pixels.

W480H320 4

Specifies that the thumbnail should have a width of 480 pixels and a height of 320 pixels.

W640H480 5

Specifies that the thumbnail should have a width of 640 pixels and a height of 480 pixels.

W960H640 6

Specifies that the thumbnail should have a width of 960 pixels and a height of 640 pixels.

W1024H768 7

Specifies that the thumbnail should have a width of 1024 pixels and a height of 768 pixels.

W2048H1536 8

Specifies that the thumbnail should have a width of 2048 pixels and a height of 1536 pixels.