ImageGear .NET
CropWidth Property




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

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback