Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / ExposureModeRaw Property

In This Topic
    ExposureModeRaw Property
    In This Topic
    Gets or sets the exposure mode set when the image was shot.

    The value is in raw format as defined in Exif specification.

    Syntax
    'Declaration
     
    Public Property ExposureModeRaw As System.Nullable(Of UShort)
    public System.Nullable<ushort> ExposureModeRaw {get; set;}
    See Also