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




In This Topic
JobTitle Property
In This Topic
Gets or sets CreatorJobtitle property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property JobTitle As ImGearXMPString
 
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPString
 
instance.JobTitle = value
 
value = instance.JobTitle

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property contains the job title of the person who created the content of this news object. As this is sort of a qualifier the Creator element has to be filled in as mandatory prerequisite for using Creator's Jobtitle.
See Also