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

In This Topic
    ExposureProgramRaw Property
    In This Topic
    Gets or sets the class of the program used by the camera to set exposure when the picture is taken.

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

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