ImageGear for .NET
CropHeigth Property




This property has been deprecated. Gets or sets CropHeight property of the XMP Camera Raw schema.
Syntax
'Declaration
 
<ObsoleteAttribute("Use CropHeight property instead.")>
Public Property CropHeigth As ImGearXMPReal
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPReal
 
instance.CropHeigth = value
 
value = instance.CropHeigth
[ObsoleteAttribute("Use CropHeight property instead.")]
public ImGearXMPReal CropHeigth {get; set;}
[ObsoleteAttribute("Use CropHeight property instead.")]
public: __property ImGearXMPReal* get_CropHeigth();
public: __property void set_CropHeigth( 
   ImGearXMPReal* value
);
[ObsoleteAttribute("Use CropHeight property instead.")]
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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback