ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / Label Property




In This Topic
Label Property (ImGearBasicXMPMetadata)
In This Topic
Gets or sets Label property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property Label As ImGearXMPString
 
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPString
 
instance.Label = value
 
value = instance.Label

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies a word or short phrase that identifies a document as a member of a user-defined collection.
See Also