ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / CropWidth Property




In This Topic
CropWidth Property
In This Topic
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

Property Value

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