ImageGear .NET
CropAngle Property




Gets or sets CropAngle property of the XMP Camera Raw schema.
Syntax
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);
}
'Declaration
 
Public Property CropAngle As ImGearXMPReal
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPReal
 
instance.CropAngle = value
 
value = instance.CropAngle

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