ImageGear .NET - Updated
Country Property (ImGearIPTC4XMPCoreMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : Country Property
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
public ImGearXMPString Country {get; set;}
public: __property ImGearXMPString* get_Country();
public: __property void set_Country( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Country {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members