ImageGear .NET - Updated
CropTop Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.CameraRaw Namespace > ImGearCameraRawXMPMetadata Class : CropTop Property
Gets or sets CropTop property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property CropTop As ImGearXMPReal
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPReal
 
instance.CropTop = value
 
value = instance.CropTop
public ImGearXMPReal CropTop {get; set;}
public: __property ImGearXMPReal* get_CropTop();
public: __property void set_CropTop( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ CropTop {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members