ImageGear for .NET
CropRight Property




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

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback