ImageGear .NET - Updated
BaseURL Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.Basic Namespace > ImGearBasicXMPMetadata Class : BaseURL Property
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

Reference

ImGearBasicXMPMetadata Class
ImGearBasicXMPMetadata Members