Class ImageInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the image media stored in the device.
public class ImageInfo : MediaInfo
- Inheritance
Properties
View SourceDateTaken
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. |
ExposureTime
Gets the exposure time from EXIF.
Declaration
public string ExposureTime { get; }
Property Value
Type | Description |
---|---|
string | The exposure time from EXIF. |
FNumber
Gets the FNumber from EXIF.
Declaration
public double FNumber { get; }
Property Value
Type | Description |
---|---|
double | The FNumber from EXIF. |
Height
Gets the image height in pixels.
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
int | The image height in pixels. |
Iso
Gets the ISO from EXIF.
Declaration
public int Iso { get; }
Property Value
Type | Description |
---|---|
int | The iso from EXIF. |
Model
Gets the model from EXIF.
Declaration
public string Model { get; }
Property Value
Type | Description |
---|---|
string | The model from EXIF. |
Orientation
Gets the orientation of image.
Declaration
public Orientation Orientation { get; }
Property Value
Type | Description |
---|---|
Orientation | The orientation of image. |
Width
Gets the image width in pixels.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
int | The image width in pixels. |