ImageGear v26.3 - Updated November 9, 2022
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

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