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

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