ImageGear .NET
CropLeft Property




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

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback