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




In This Topic
Height Property (ImGearXMPDimensions)
In This Topic
Gets or sets height.
Syntax
'Declaration
 
Public Property Height As ImGearXMPReal
 
'Usage
 
Dim instance As ImGearXMPDimensions
Dim value As ImGearXMPReal
 
instance.Height = value
 
value = instance.Height

Property Value

ImGearXMPReal class value.
See Also