Class ImageInfo

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Represents the image media stored in the device.

C#
Copy
public class ImageInfo : MediaInfo
Inheritance
System.Object
ImageInfo

Properties

View Source

DateTaken

Gets the date of the creation time as a formatted string.

Declaration
C#
Copy
public string DateTaken { get; }
Property Value
Type Description
System.String

The date of the creation time as a formatted string.

API Level: 4
View Source

ExposureTime

Gets the exposure time from EXIF.

Declaration
C#
Copy
public string ExposureTime { get; }
Property Value
Type Description
System.String

The exposure time from EXIF.

API Level: 4
View Source

FNumber

Gets the FNumber from EXIF.

Declaration
C#
Copy
public double FNumber { get; }
Property Value
Type Description
System.Double

The FNumber from EXIF.

API Level: 4
View Source

Height

Gets the image height in pixels.

Declaration
C#
Copy
public int Height { get; }
Property Value
Type Description
Int32

The image height in pixels.

API Level: 4
View Source

Iso

Gets the ISO from EXIF.

Declaration
C#
Copy
public int Iso { get; }
Property Value
Type Description
Int32

The iso from EXIF.

API Level: 4
View Source

Model

Gets the model from EXIF.

Declaration
C#
Copy
public string Model { get; }
Property Value
Type Description
System.String

The model from EXIF.

API Level: 4
View Source

Orientation

Gets the orientation of image.

Declaration
C#
Copy
public Orientation Orientation { get; }
Property Value
Type Description
Orientation

The orientation of image.

API Level: 4
View Source

Width

Gets the image width in pixels.

Declaration
C#
Copy
public int Width { get; }
Property Value
Type Description
Int32

The image width in pixels.

API Level: 4