ImageGear .NET - Updated May 1, 2018
CropUnits Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.CameraRaw Namespace > ImGearCameraRawXMPMetadata Class : CropUnits Property
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

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members