Dropbox .NET SDK
Show / Hide Table of Contents

Class ThumbnailMode

The thumbnail mode object

Inheritance
object
ThumbnailMode
ThumbnailMode.Bestfit
ThumbnailMode.FitoneBestfit
ThumbnailMode.Original
ThumbnailMode.Strict
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ThumbnailMode

Constructors

View Source

ThumbnailMode()

Initializes a new instance of the ThumbnailMode class.

Declaration
public ThumbnailMode()

Properties

View Source

AsBestfit

Gets this instance as a Bestfit, or null.

Declaration
public ThumbnailMode.Bestfit AsBestfit { get; }
Property Value
Type Description
ThumbnailMode.Bestfit
View Source

AsFitoneBestfit

Gets this instance as a FitoneBestfit, or null.

Declaration
public ThumbnailMode.FitoneBestfit AsFitoneBestfit { get; }
Property Value
Type Description
ThumbnailMode.FitoneBestfit
View Source

AsOriginal

Gets this instance as a Original, or null.

Declaration
public ThumbnailMode.Original AsOriginal { get; }
Property Value
Type Description
ThumbnailMode.Original
View Source

AsStrict

Gets this instance as a Strict, or null.

Declaration
public ThumbnailMode.Strict AsStrict { get; }
Property Value
Type Description
ThumbnailMode.Strict
View Source

IsBestfit

Gets a value indicating whether this instance is Bestfit

Declaration
public bool IsBestfit { get; }
Property Value
Type Description
bool
View Source

IsFitoneBestfit

Gets a value indicating whether this instance is FitoneBestfit

Declaration
public bool IsFitoneBestfit { get; }
Property Value
Type Description
bool
View Source

IsOriginal

Gets a value indicating whether this instance is Original

Declaration
public bool IsOriginal { get; }
Property Value
Type Description
bool
View Source

IsStrict

Gets a value indicating whether this instance is Strict

Declaration
public bool IsStrict { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK