ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / CreatorContactInfo Property




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

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