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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies the code of the country. The content is focusing on - either the country shown in visual media or referenced in text or audio media. This element is at the top/first level of a top-down geographical hierarchy. The code should be taken from ISO 3166 two or three letter code.
See Also