ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / Sharpness Property




In This Topic
Sharpness Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets Sharpness property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property Sharpness As ImGearXMPEnum(Of ImGearEXIFSharpnessMode)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFSharpnessMode)
 
instance.Sharpness = value
 
value = instance.Sharpness

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFSharpnessMode type parameter.
Remarks
This XMP property represents EXIF tag 41994 (0xA40A) and indicates the direction of sharpness processing applied by the camera.
See Also