Class ThumbnailFormat
The thumbnail format object
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 ThumbnailFormat
  Constructors
| Improve this Doc View SourceThumbnailFormat()
Initializes a new instance of the ThumbnailFormat class.
Declaration
public ThumbnailFormat()
  Properties
| Improve this Doc View SourceAsJpeg
Gets this instance as a Jpeg, or null.
Declaration
public ThumbnailFormat.Jpeg AsJpeg { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailFormat.Jpeg | 
AsPng
Gets this instance as a Png, or null.
Declaration
public ThumbnailFormat.Png AsPng { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailFormat.Png | 
IsJpeg
Gets a value indicating whether this instance is Jpeg
Declaration
public bool IsJpeg { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPng
Gets a value indicating whether this instance is Png
Declaration
public bool IsPng { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |