ImageGear .NET v24.12 - Updated
Location Property (ImGearXMPMarker)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPMarker Class : Location Property
Gets or sets the URL of the location to jump to.
Syntax
'Declaration
 
Public Property Location As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPMarker
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.
See Also

Reference

ImGearXMPMarker Class
ImGearXMPMarker Members