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




In This Topic
Value Property (ImGearXMPBoolean)
In This Topic
Gets a value indicating whether boolean value is true or false.
Syntax
'Declaration
 
Public ReadOnly Property Value As Boolean
 
'Usage
 
Dim instance As ImGearXMPBoolean
Dim value As Boolean
 
value = instance.Value

Property Value

Boolean value.
See Also