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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
Remarks
This XMP property specifies "Exposure" setting. Range is -4.0 to +4.0.
See Also