ImageGear .NET - Updated
RightsUsageTerms Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : RightsUsageTerms Property
Gets or sets RightsUsageTerms property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property RightsUsageTerms As ImGearXMPLangAlt
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPLangAlt
 
instance.RightsUsageTerms = value
 
value = instance.RightsUsageTerms
public ImGearXMPLangAlt RightsUsageTerms {get; set;}
public: __property ImGearXMPLangAlt* get_RightsUsageTerms();
public: __property void set_RightsUsageTerms( 
   ImGearXMPLangAlt* value
);
public:
property ImGearXMPLangAlt^ RightsUsageTerms {
   ImGearXMPLangAlt^ get();
   void set (    ImGearXMPLangAlt^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
Remarks
This XMP property is a free text instructions on how this news object can be legally used.
See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members