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
    object
    MediaInfo
    ImageInfo

    Properties

    View Source

    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.

    View Source

    ExposureTime

    Gets the exposure time from EXIF.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public string ExposureTime { get; }
    Property Value
    Type Description
    string

    The exposure time from EXIF.

    View Source

    FNumber

    Gets the FNumber from EXIF.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public double FNumber { get; }
    Property Value
    Type Description
    double

    The FNumber from EXIF.

    View Source

    Height

    Gets the image height in pixels.

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

    The image height in pixels.

    View Source

    Iso

    Gets the ISO from EXIF.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public int Iso { get; }
    Property Value
    Type Description
    int

    The iso from EXIF.

    View Source

    Model

    Gets the model from EXIF.

    Declaration
    [Obsolete("Deprecated since API11. Will be removed in API13.")]
    public string Model { get; }
    Property Value
    Type Description
    string

    The model from EXIF.

    View Source

    Orientation

    Gets the orientation of image.

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

    The orientation of image.

    View Source

    Width

    Gets the image width in pixels.

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

    The image width in pixels.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX