Class File.ImageMediaMetadataData
Additional metadata about image media, if available.
public class File.ImageMediaMetadataData
- Inheritance
-
File.ImageMediaMetadataData
- Inherited Members
Constructors
ImageMediaMetadataData()
public ImageMediaMetadataData()
Properties
Aperture
The aperture used to create the photo (f-number).
public virtual float? Aperture { get; set; }
Property Value
CameraMake
The make of the camera used to create the photo.
public virtual string CameraMake { get; set; }
Property Value
CameraModel
The model of the camera used to create the photo.
public virtual string CameraModel { get; set; }
Property Value
ColorSpace
The color space of the photo.
public virtual string ColorSpace { get; set; }
Property Value
ExposureBias
The exposure bias of the photo (APEX value).
public virtual float? ExposureBias { get; set; }
Property Value
ExposureMode
The exposure mode used to create the photo.
public virtual string ExposureMode { get; set; }
Property Value
ExposureTime
The length of the exposure, in seconds.
public virtual float? ExposureTime { get; set; }
Property Value
FlashUsed
Whether a flash was used to create the photo.
public virtual bool? FlashUsed { get; set; }
Property Value
- bool?
FocalLength
The focal length used to create the photo, in millimeters.
public virtual float? FocalLength { get; set; }
Property Value
Height
The height of the image in pixels.
public virtual int? Height { get; set; }
Property Value
- int?
IsoSpeed
The ISO speed used to create the photo.
public virtual int? IsoSpeed { get; set; }
Property Value
- int?
Lens
The lens used to create the photo.
public virtual string Lens { get; set; }
Property Value
Location
Geographic location information stored in the image.
public virtual File.ImageMediaMetadataData.LocationData Location { get; set; }
Property Value
MaxApertureValue
The smallest f-number of the lens at the focal length used to create the photo (APEX value).
public virtual float? MaxApertureValue { get; set; }
Property Value
MeteringMode
The metering mode used to create the photo.
public virtual string MeteringMode { get; set; }
Property Value
Rotation
The number of clockwise 90 degree rotations applied from the image's original orientation.
public virtual int? Rotation { get; set; }
Property Value
- int?
Sensor
The type of sensor used to create the photo.
public virtual string Sensor { get; set; }
Property Value
SubjectDistance
The distance to the subject of the photo, in meters.
public virtual int? SubjectDistance { get; set; }
Property Value
- int?
Time
The date and time the photo was taken (EXIF DateTime).
public virtual string Time { get; set; }
Property Value
WhiteBalance
The white balance mode used to create the photo.
public virtual string WhiteBalance { get; set; }
Property Value
Width
The width of the image in pixels.
public virtual int? Width { get; set; }
Property Value
- int?