ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / ResolutionUnit Property




In This Topic
ResolutionUnit Property (ImGearTIFFXMPMetadata)
In This Topic
Gets or sets ResolutionUnit property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property ResolutionUnit As ImGearXMPEnum(Of ImGearTIFFResolutionUnit)
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearTIFFResolutionUnit)
 
instance.ResolutionUnit = value
 
value = instance.ResolutionUnit

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.TIF.ImGearTIFFResolutionUnit type parameter.
Remarks
This XMP property represents TIFF tag 296 (0x128) and specifies the unit used for XResolution and YResolution.
See Also