ImageGear .NET - Updated
CropHeigth Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
Remarks
This XMP property specifies height of resulting cropped image in CropUnits units.
This property has been deprecated and will be deleted in a future release. Use CropHeight property instead.
See Also

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members