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




In This Topic
Value Property (ImGearXMPInteger)
In This Topic
Gets the integer value.
Syntax
'Declaration
 
Public ReadOnly Property Value As Integer
 
'Usage
 
Dim instance As ImGearXMPInteger
Dim value As Integer
 
value = instance.Value

Property Value

Integer value.
Remarks
This property gets the integer value of the ImGearXMPInteger class object.
See Also