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

In This Topic
    ExposureBiasValue Property
    In This Topic
    Gets or sets the exposure bias.
    Syntax
    'Declaration
     
    Public Property ExposureBiasValue As System.Nullable(Of Single)
    public System.Nullable<float> ExposureBiasValue {get; set;}
    See Also