DropboxThumbnailMode 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 mode that should be used when genrating a thumbnail.

public enum DropboxThumbnailMode : Enum { }

Fields

Name Value Summary
Strict 0

Scale down the image to fit within the given size.

Bestfit 1

Scale down the image to fit within the given size or its transpose.

FitoneBestfit 2

Scale down the image to completely cover the given size or its transpose.