Property BaseUrl
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
BaseUrl
Gets or sets the base URL for relative URLs in the document content.
public XmpString? BaseUrl { get; set; }
Property Value
- XmpString
The base URL for relative URLs in the document content.
Remarks
If this document contains Internet links, and those links are relative, they are relative to this base URL.
This property provides a standard way for embedded relative URLs to be interpreted by tools. Web authoring tools should set the value based on their notion of where URLs will be interpreted.