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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property represents TIFF tag 256 (0x100) and specifies image width in pixels.
See Also