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




In This Topic
CropHeight Property
In This Topic
Gets or sets CropHeight property of the XMP Camera Raw schema.
Syntax
'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