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