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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property 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 full name should be expressed as a verbal name and not as a code, a code should go to the element "CountryCode".
See Also