Show / Hide Table of Contents

Class PhotoMetadata

Metadata for a photo.

Inheritance
System.Object
MediaMetadata
PhotoMetadata
Inherited Members
MediaMetadata.IsPhoto
MediaMetadata.AsPhoto
MediaMetadata.IsVideo
MediaMetadata.AsVideo
MediaMetadata.Dimensions
MediaMetadata.Location
MediaMetadata.TimeTaken
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 PhotoMetadata : MediaMetadata

Constructors

| Improve this Doc View Source

PhotoMetadata(Dimensions, GpsCoordinates, Nullable<DateTime>)

Initializes a new instance of the PhotoMetadata class.

Declaration
public PhotoMetadata(Dimensions dimensions = null, GpsCoordinates location = null, DateTime? timeTaken = null)
Parameters
Type Name Description
Dimensions dimensions

Dimension of the photo/video.

GpsCoordinates location

The GPS coordinate of the photo/video.

System.Nullable<System.DateTime> timeTaken

The timestamp when the photo/video is taken.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PhotoMetadata(Dimensions, GpsCoordinates, Nullable<DateTime>)
Back to top Generated by DocFX