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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property specifies units for CropWidth and CropHeight. One of: 0=pixels 1=inches 2=cm.
See Also