Class ThumbnailSize
The thumbnail size object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ThumbnailSize
Constructors
| Improve this Doc View SourceThumbnailSize()
Initializes a new instance of the ThumbnailSize class.
Declaration
public ThumbnailSize()
Properties
| Improve this Doc View SourceAsW1024h768
Gets this instance as a W1024h768, or null
.
Declaration
public ThumbnailSize.W1024h768 AsW1024h768 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W1024h768 |
AsW128h128
Gets this instance as a W128h128, or null
.
Declaration
public ThumbnailSize.W128h128 AsW128h128 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W128h128 |
AsW2048h1536
Gets this instance as a W2048h1536, or null
.
Declaration
public ThumbnailSize.W2048h1536 AsW2048h1536 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W2048h1536 |
AsW256h256
Gets this instance as a W256h256, or null
.
Declaration
public ThumbnailSize.W256h256 AsW256h256 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W256h256 |
AsW32h32
Gets this instance as a W32h32, or null
.
Declaration
public ThumbnailSize.W32h32 AsW32h32 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W32h32 |
AsW480h320
Gets this instance as a W480h320, or null
.
Declaration
public ThumbnailSize.W480h320 AsW480h320 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W480h320 |
AsW640h480
Gets this instance as a W640h480, or null
.
Declaration
public ThumbnailSize.W640h480 AsW640h480 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W640h480 |
AsW64h64
Gets this instance as a W64h64, or null
.
Declaration
public ThumbnailSize.W64h64 AsW64h64 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W64h64 |
AsW960h640
Gets this instance as a W960h640, or null
.
Declaration
public ThumbnailSize.W960h640 AsW960h640 { get; }
Property Value
Type | Description |
---|---|
ThumbnailSize.W960h640 |
IsW1024h768
Gets a value indicating whether this instance is W1024h768
Declaration
public bool IsW1024h768 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsW128h128
Gets a value indicating whether this instance is W128h128
Declaration
public bool IsW128h128 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsW2048h1536
Gets a value indicating whether this instance is W2048h1536
Declaration
public bool IsW2048h1536 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsW256h256
Gets a value indicating whether this instance is W256h256
Declaration
public bool IsW256h256 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsW32h32
Gets a value indicating whether this instance is W32h32
Declaration
public bool IsW32h32 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsW480h320
Gets a value indicating whether this instance is W480h320
Declaration
public bool IsW480h320 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsW640h480
Gets a value indicating whether this instance is W640h480
Declaration
public bool IsW640h480 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsW64h64
Gets a value indicating whether this instance is W64h64
Declaration
public bool IsW64h64 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsW960h640
Gets a value indicating whether this instance is W960h640
Declaration
public bool IsW960h640 { get; }
Property Value
Type | Description |
---|---|
System.Boolean |