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




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

Property Value

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