SetBaseURL
Document properties, Annotations and hotspot links
Version history
This function was introduced in Quick PDF Library version 7.15.
Description
Sets the Base URL for all URL links in the document.
For example, if the Base URL was set to "http://www.example.com/" and a URL link destination was set to "index.html" then the link will point to "http://www.example.com/index.html".
Use the AddLinkToWeb function to add a URL link to the current page.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetBaseURL(NewBaseURL: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetBaseURL(NewBaseURL As String) As Long
DLL
int DPLSetBaseURL(int InstanceID, wchar_t * NewBaseURL)
Parameters
NewBaseURL | The base URL to use for all URL link annotations in the document. |