ImageGear .NET
CropHeight Property




Gets or sets CropHeight property of the XMP Camera Raw schema.
Syntax
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);
}
'Declaration
 
Public Property CropHeight As ImGearXMPReal
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPReal
 
instance.CropHeight = value
 
value = instance.CropHeight

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback