ImageGear .NET
AutoShadows Property




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

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback