ImageGear .NET
AutoBrightness Property




Gets or sets AutoBrightness property of the XMP Camera Raw schema.
Syntax
public ImGearXMPBoolean AutoBrightness {get; set;}
public: __property ImGearXMPBoolean* get_AutoBrightness();
public: __property void set_AutoBrightness( 
   ImGearXMPBoolean* value
);
public:
property ImGearXMPBoolean^ AutoBrightness {
   ImGearXMPBoolean^ get();
   void set (    ImGearXMPBoolean^ value);
}
'Declaration
 
Public Property AutoBrightness As ImGearXMPBoolean
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPBoolean
 
instance.AutoBrightness = value
 
value = instance.AutoBrightness

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback