ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / RightsUsageTerms Property




In This Topic
    RightsUsageTerms Property
    In This Topic
    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