Show / Hide Table of Contents

Class ThumbnailFormat

The thumbnail format object

Inheritance
System.Object
ThumbnailFormat
ThumbnailFormat.Jpeg
ThumbnailFormat.Png
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 Source

ThumbnailFormat()

Initializes a new instance of the ThumbnailFormat class.

Declaration
public ThumbnailFormat()

Properties

| Improve this Doc View Source

AsJpeg

Gets this instance as a Jpeg, or null.

Declaration
public ThumbnailFormat.Jpeg AsJpeg { get; }
Property Value
Type Description
ThumbnailFormat.Jpeg
| Improve this Doc View Source

AsPng

Gets this instance as a Png, or null.

Declaration
public ThumbnailFormat.Png AsPng { get; }
Property Value
Type Description
ThumbnailFormat.Png
| Improve this Doc View Source

IsJpeg

Gets a value indicating whether this instance is Jpeg

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

IsPng

Gets a value indicating whether this instance is Png

Declaration
public bool IsPng { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ThumbnailFormat()
  • Properties
    • AsJpeg
    • AsPng
    • IsJpeg
    • IsPng
Back to top Generated by DocFX