Dropbox .NET SDK
Show / Hide Table of Contents

Class ThumbnailFormat.Webp

The webp object

Inheritance
object
ThumbnailFormat
ThumbnailFormat.Webp
Inherited Members
ThumbnailFormat.IsJpeg
ThumbnailFormat.AsJpeg
ThumbnailFormat.IsPng
ThumbnailFormat.AsPng
ThumbnailFormat.IsWebp
ThumbnailFormat.AsWebp
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class ThumbnailFormat.Webp : ThumbnailFormat

Fields

View Source

Instance

A singleton instance of Webp

Declaration
public static readonly ThumbnailFormat.Webp Instance
Field Value
Type Description
ThumbnailFormat.Webp
  • View Source
In this article
Back to top Dropbox .NET SDK