ImageGear .NET - Updated October 2, 2018
AutoExposure Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.CameraRaw Namespace > ImGearCameraRawXMPMetadata Class : AutoExposure Property
Gets or sets AutoExposure property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property AutoExposure As ImGearXMPBoolean
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPBoolean
 
instance.AutoExposure = value
 
value = instance.AutoExposure

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members