ImageGear .NET - Updated
Location Property (ImGearIPTC4XMPCoreMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : Location Property
Gets or sets Location property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property Location As ImGearXMPString
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPString
 
instance.Location = value
 
value = instance.Location
public ImGearXMPString Location {get; set;}
public: __property ImGearXMPString* get_Location();
public: __property void set_Location( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Location {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies the name of a location the content is focusing on - either the location shown in visual media or referenced by text or audio media. This location name could either be the name of a sublocation to a city or the name of a well known location or (natural) monument outside a city. In the sense of a sub-location to a city this element is at the fourth level of a top-down geographical hierarchy.
See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members