Dropbox .NET SDK
Show / Hide Table of Contents

Class MetadataUnion.Pdf

The pdf object

Inheritance
object
MetadataUnion
MetadataUnion.Pdf
Inherited Members
MetadataUnion.IsExif
MetadataUnion.AsExif
MetadataUnion.IsMedia
MetadataUnion.AsMedia
MetadataUnion.IsPdf
MetadataUnion.AsPdf
MetadataUnion.IsOffice
MetadataUnion.AsOffice
MetadataUnion.IsOther
MetadataUnion.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public sealed class MetadataUnion.Pdf : MetadataUnion

Constructors

View Source

Pdf(ApiPdfMetadata)

Initializes a new instance of the MetadataUnion.Pdf class.

Declaration
public Pdf(ApiPdfMetadata value)
Parameters
Type Name Description
ApiPdfMetadata value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public ApiPdfMetadata Value { get; }
Property Value
Type Description
ApiPdfMetadata
  • View Source
In this article
Back to top Dropbox .NET SDK