ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / AutoContrast Property




In This Topic
AutoContrast Property
In This Topic
Gets or sets AutoContrast property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property AutoContrast As ImGearXMPBoolean
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPBoolean
 
instance.AutoContrast = value
 
value = instance.AutoContrast

Property Value

ImGearXMPBoolean value.
Remarks
Setting this XMP property to true specifies that "Contrast" is automatically adjusted.
See Also