ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / UserComment Property




In This Topic
UserComment Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets UserComment property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property UserComment As ImGearXMPLangAlt
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPLangAlt
 
instance.UserComment = value
 
value = instance.UserComment

Property Value

ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
Remarks
This XMP property represents EXIF tag 37510 (0x9286) and specifies comments from user.
See Also