ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Rights Property




In This Topic
Rights Property
In This Topic
Gets or sets Rights property of the XMP Dublin Core schema.
Syntax
'Declaration
 
Public Property Rights As ImGearXMPLangAlt
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPLangAlt
 
instance.Rights = value
 
value = instance.Rights

Property Value

ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
Remarks
This XMP property specifies informal rights statement, selected by language.
See Also