ImageGear .NET - Updated
Exposure Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.CameraRaw Namespace > ImGearCameraRawXMPMetadata Class : Exposure Property
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
public ImGearXMPReal Exposure {get; set;}
public: __property ImGearXMPReal* get_Exposure();
public: __property void set_Exposure( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ Exposure {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members