ImageGear for .NET
HasHue Property




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

Property Value

ImGearXMPBoolean value.
Remarks
Setting this XMP property to true specifies that image has a cropping rectangle.
See Also

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback