ImageGear .NET - Updated
CreatorContactInfo Property




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

Property Value

ImGearXMPContactInfo class value.
Remarks
This XMP property provides all necessary information to get in contact with the creator of this news object and comprises a set of sub-properties for proper addressing.
See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members