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




In This Topic
Value Property (ImGearXMPString)
In This Topic
Gets the string value of the ImGearXMPString class object.
Syntax
'Declaration
 
Public ReadOnly Property Value As String
 
'Usage
 
Dim instance As ImGearXMPString
Dim value As String
 
value = instance.Value

Property Value

String value.
See Also