ImageGear .NET
Location Property (ImGearXMPMarker)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback