Class ImageInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Represents the image media stored in the device.
C#Copypublic class ImageInfo : MediaInfo
- Inheritance
Properties
Declaration
C#Copypublic string DateTaken { get; }
Property Value
Type | Description |
---|---|
System.String | The date of the creation time as a formatted string. |
API Level: 4
Declaration
C#Copypublic string ExposureTime { get; }
Property Value
Type | Description |
---|---|
System.String | The exposure time from EXIF. |
API Level: 4
Declaration
C#Copypublic double FNumber { get; }
Property Value
Type | Description |
---|---|
System.Double | The FNumber from EXIF. |
API Level: 4
Declaration
C#Copypublic int Height { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The image height in pixels. |
API Level: 4
Declaration
C#Copypublic int Iso { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The iso from EXIF. |
API Level: 4
Declaration
C#Copypublic string Model { get; }
Property Value
Type | Description |
---|---|
System.String | The model from EXIF. |
API Level: 4
Declaration
C#Copypublic Orientation Orientation { get; }
Property Value
Type | Description |
---|---|
Orientation | The orientation of image. |
API Level: 4
Declaration
C#Copypublic int Width { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The image width in pixels. |