Show / Hide Table of Contents

    Class ImageInfo

    Represents the image media stored in the device.

    Inheritance
    Object
    MediaInfo
    ImageInfo
    Inherited Members
    MediaInfo.Id
    MediaInfo.Path
    MediaInfo.DisplayName
    MediaInfo.MediaType
    MediaInfo.MimeType
    MediaInfo.FileSize
    MediaInfo.DateAdded
    MediaInfo.DateModified
    MediaInfo.Timeline
    MediaInfo.ThumbnailPath
    MediaInfo.Description
    MediaInfo.Longitude
    MediaInfo.Latitude
    MediaInfo.Altitude
    MediaInfo.Rating
    MediaInfo.IsFavorite
    MediaInfo.Title
    MediaInfo.StorageId
    MediaInfo.IsDrm
    MediaInfo.StorageType
    MediaInfo.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    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
    4

    ExposureTime

    Gets the exposure time from EXIF.

    Declaration
    public string ExposureTime { get; }
    Property Value
    Type Description
    String

    The exposure time from EXIF.

    API Version
    4

    FNumber

    Gets the FNumber from EXIF.

    Declaration
    public double FNumber { get; }
    Property Value
    Type Description
    Double

    The FNumber from EXIF.

    API Version
    4

    Height

    Gets the image height in pixels.

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

    The image height in pixels.

    API Version
    4

    Iso

    Gets the ISO from EXIF.

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

    The iso from EXIF.

    API Version
    4

    Model

    Gets the model from EXIF.

    Declaration
    public string Model { get; }
    Property Value
    Type Description
    String

    The model from EXIF.

    API Version
    4

    Orientation

    Gets the orientation of image.

    Declaration
    public Orientation Orientation { get; }
    Property Value
    Type Description
    Orientation

    The orientation of image.

    API Version
    4

    Width

    Gets the image width in pixels.

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

    The image width in pixels.

    API Version
    4
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX