ImageGear .NET - Updated
CropBottom Property




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

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members