Dropbox .NET SDK
Show / Hide Table of Contents

Class ThumbnailMode.Bestfit

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

Inheritance
object
ThumbnailMode
ThumbnailMode.Bestfit
Inherited Members
ThumbnailMode.IsStrict
ThumbnailMode.AsStrict
ThumbnailMode.IsBestfit
ThumbnailMode.AsBestfit
ThumbnailMode.IsFitoneBestfit
ThumbnailMode.AsFitoneBestfit
ThumbnailMode.IsOriginal
ThumbnailMode.AsOriginal
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class ThumbnailMode.Bestfit : ThumbnailMode

Fields

View Source

Instance

A singleton instance of Bestfit

Declaration
public static readonly ThumbnailMode.Bestfit Instance
Field Value
Type Description
ThumbnailMode.Bestfit
  • View Source
In this article
Back to top Dropbox .NET SDK