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




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

Property Value

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