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

In This Topic
    WhiteBalanceRaw Property
    In This Topic
    Gets or sets the white balance mode set when the image was shot.

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

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