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




In This Topic
    CopyrightNotice Property (ImGearIPTC4XMPCoreMetadata)
    In This Topic
    Gets or sets CopyrightNotice property of the IPTC4XMPCORE XMP schema.
    Syntax
    'Declaration
     
    Public Property CopyrightNotice As ImGearXMPLangAlt
    'Usage
     
    Dim instance As ImGearIPTC4XMPCoreMetadata
    Dim value As ImGearXMPLangAlt
     
    instance.CopyrightNotice = value
     
    value = instance.CopyrightNotice
    public ImGearXMPLangAlt CopyrightNotice {get; set;}
    public: __property ImGearXMPLangAlt* get_CopyrightNotice();
    public: __property void set_CopyrightNotice( 
       ImGearXMPLangAlt* value
    );
    public:
    property ImGearXMPLangAlt^ CopyrightNotice {
       ImGearXMPLangAlt^ get();
       void set (    ImGearXMPLangAlt^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
    Remarks
    This XMP property contains any necessary copyright notice for claiming the intellectual property for this news object and should identify the current owner of the copyright for the news object. Other entities like the creator of the news object may be added. Notes on usage rights should be provided in "Rights usage terms".

    Note: the XMP property (dc:rights) which stores the value of this IPTC Core property is of type Lang Alt. Hence any software agent dealing with this property must abide to the processing rules for Lang Alt value type as specified by the XMP specifications.

    See Also