ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPDimensions Class / Unit Property




In This Topic
Unit Property
In This Topic
Gets or sets units.
Syntax
'Declaration
 
Public Property Unit As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPDimensions
Dim value As ImGearXMPString
 
instance.Unit = value
 
value = instance.Unit

Property Value

ImGearXMPString class value.
Remarks
For example: inch, mm, pixel, pica, point.
See Also