ImageGear .NET v25.2 - Updated
CropWidth Property




ImageGear.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.CameraRaw Namespace > ImGearCameraRawXMPMetadata Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.