ImageGear for .NET
CropWidth Property




Gets or sets CropWidth property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property CropWidth As ImGearXMPReal
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPReal
 
instance.CropWidth = value
 
value = instance.CropWidth
public ImGearXMPReal CropWidth {get; set;}
public: __property ImGearXMPReal* get_CropWidth();
public: __property void set_CropWidth( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ CropWidth {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}

Property Value

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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback