ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / BaseURL Property




In This Topic
    BaseURL Property
    In This Topic
    Gets or sets BaseURL property of the XMP Basic schema.
    Syntax
    'Declaration
     
    Public Property BaseURL As ImGearXMPString
    'Usage
     
    Dim instance As ImGearBasicXMPMetadata
    Dim value As ImGearXMPString
     
    instance.BaseURL = value
     
    value = instance.BaseURL
    public ImGearXMPString BaseURL {get; set;}
    public: __property ImGearXMPString* get_BaseURL();
    public: __property void set_BaseURL( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ BaseURL {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies the base URL for relative URLs in the document content.
    See Also