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

In This Topic
    GainControlRaw Property
    In This Topic
    Gets or sets the degree of overall image gain adjustment.

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

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