ImageGear .NET - Updated
CropHeight Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
Remarks
This XMP property specifies height of the resulting cropped image in CropUnits units.
See Also

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members