ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / Location Property




In This Topic
    Location Property (ImGearIPTC4XMPCoreMetadata)
    In This Topic
    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