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

In This Topic
    SaturationRaw Property
    In This Topic
    Gets or sets the direction of saturation 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 SaturationRaw As System.Nullable(Of UShort)
    public System.Nullable<ushort> SaturationRaw {get; set;}
    See Also