Show / Hide Table of Contents

Class ThumbnailSize

The thumbnail size object

Inheritance
System.Object
ThumbnailSize
ThumbnailSize.W1024h768
ThumbnailSize.W128h128
ThumbnailSize.W2048h1536
ThumbnailSize.W256h256
ThumbnailSize.W32h32
ThumbnailSize.W480h320
ThumbnailSize.W640h480
ThumbnailSize.W64h64
ThumbnailSize.W960h640
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ThumbnailSize

Constructors

| Improve this Doc View Source

ThumbnailSize()

Initializes a new instance of the ThumbnailSize class.

Declaration
public ThumbnailSize()

Properties

| Improve this Doc View Source

AsW1024h768

Gets this instance as a W1024h768, or null.

Declaration
public ThumbnailSize.W1024h768 AsW1024h768 { get; }
Property Value
Type Description
ThumbnailSize.W1024h768
| Improve this Doc View Source

AsW128h128

Gets this instance as a W128h128, or null.

Declaration
public ThumbnailSize.W128h128 AsW128h128 { get; }
Property Value
Type Description
ThumbnailSize.W128h128
| Improve this Doc View Source

AsW2048h1536

Gets this instance as a W2048h1536, or null.

Declaration
public ThumbnailSize.W2048h1536 AsW2048h1536 { get; }
Property Value
Type Description
ThumbnailSize.W2048h1536
| Improve this Doc View Source

AsW256h256

Gets this instance as a W256h256, or null.

Declaration
public ThumbnailSize.W256h256 AsW256h256 { get; }
Property Value
Type Description
ThumbnailSize.W256h256
| Improve this Doc View Source

AsW32h32

Gets this instance as a W32h32, or null.

Declaration
public ThumbnailSize.W32h32 AsW32h32 { get; }
Property Value
Type Description
ThumbnailSize.W32h32
| Improve this Doc View Source

AsW480h320

Gets this instance as a W480h320, or null.

Declaration
public ThumbnailSize.W480h320 AsW480h320 { get; }
Property Value
Type Description
ThumbnailSize.W480h320
| Improve this Doc View Source

AsW640h480

Gets this instance as a W640h480, or null.

Declaration
public ThumbnailSize.W640h480 AsW640h480 { get; }
Property Value
Type Description
ThumbnailSize.W640h480
| Improve this Doc View Source

AsW64h64

Gets this instance as a W64h64, or null.

Declaration
public ThumbnailSize.W64h64 AsW64h64 { get; }
Property Value
Type Description
ThumbnailSize.W64h64
| Improve this Doc View Source

AsW960h640

Gets this instance as a W960h640, or null.

Declaration
public ThumbnailSize.W960h640 AsW960h640 { get; }
Property Value
Type Description
ThumbnailSize.W960h640
| Improve this Doc View Source

IsW1024h768

Gets a value indicating whether this instance is W1024h768

Declaration
public bool IsW1024h768 { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsW128h128

Gets a value indicating whether this instance is W128h128

Declaration
public bool IsW128h128 { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsW2048h1536

Gets a value indicating whether this instance is W2048h1536

Declaration
public bool IsW2048h1536 { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsW256h256

Gets a value indicating whether this instance is W256h256

Declaration
public bool IsW256h256 { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsW32h32

Gets a value indicating whether this instance is W32h32

Declaration
public bool IsW32h32 { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsW480h320

Gets a value indicating whether this instance is W480h320

Declaration
public bool IsW480h320 { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsW640h480

Gets a value indicating whether this instance is W640h480

Declaration
public bool IsW640h480 { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsW64h64

Gets a value indicating whether this instance is W64h64

Declaration
public bool IsW64h64 { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsW960h640

Gets a value indicating whether this instance is W960h640

Declaration
public bool IsW960h640 { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ThumbnailSize()
  • Properties
    • AsW1024h768
    • AsW128h128
    • AsW2048h1536
    • AsW256h256
    • AsW32h32
    • AsW480h320
    • AsW640h480
    • AsW64h64
    • AsW960h640
    • IsW1024h768
    • IsW128h128
    • IsW2048h1536
    • IsW256h256
    • IsW32h32
    • IsW480h320
    • IsW640h480
    • IsW64h64
    • IsW960h640
Back to top Generated by DocFX