DropboxThumbnailFormat 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 format of a thumbnail. Default is Skybrud.Social.Dropbox.Options.Files.Thumbnails.DropboxThumbnailFormat.Jpeg
.
public enum DropboxThumbnailFormat : Enum { }
Fields
Name | Value | Summary |
---|---|---|
Jpeg | 0 |
Specifies that the thumbnail should be returned as a JPEG image. |
Png | 1 |
Specifies that the thumbnail should be returned as a PNG image. |