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




In This Topic
CropRight Property
In This Topic
Gets or sets CropRight property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property CropRight As ImGearXMPReal
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPReal
 
instance.CropRight = value
 
value = instance.CropRight

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
Remarks
When HasCrop is true, this XMP property specifies right of crop rectangle.
See Also