ImageGear v26.3 - Updated
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
    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