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

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