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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents TIFF tag 282 (0x11A) and specifies horizontal resolution in pixels per unit.
See Also