ImageGear .NET - Updated May 30, 2018
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

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