ImageGear .NET
CropAngle Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
Remarks
When HasCrop is true, this XMP property specifies angle of crop rectangle.
See Also

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback