ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPMarker Class / Location Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also