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

In This Topic
    RecommendedExposureIndex Property
    In This Topic
    Gets or sets the recommended exposure index value of a camera or input device defined in ISO 12232.
    Syntax
    'Declaration
     
    Public Property RecommendedExposureIndex As System.Nullable(Of UInteger)
    public System.Nullable<uint> RecommendedExposureIndex {get; set;}
    See Also