ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : CopyrightNotice Property |
'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); }
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.