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

In This Topic
    ContrastRaw Property
    In This Topic
    Gets or sets the direction of contrast processing applied by the camera when the image was shot.

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

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