ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.RightsManagement Namespace / ImGearRightsManagementXMPMetadata Class / UsageTerms Property




In This Topic
UsageTerms Property
In This Topic
Gets or sets UsageTerms property of the XMP Rights Management schema. This XMP property specifies instructions on how a resource can be legally used.
Syntax
'Declaration
 
Public Property UsageTerms As ImGearXMPLangAlt
 
'Usage
 
Dim instance As ImGearRightsManagementXMPMetadata
Dim value As ImGearXMPLangAlt
 
instance.UsageTerms = value
 
value = instance.UsageTerms

Property Value

ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
See Also