GetBaseURL
Document properties, Annotations and hotspot links
Version history
This function was introduced in Quick PDF Library version 7.26.
Description
Returns 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 TQuickPDF0815.GetBaseURL: WideString;
ActiveX
Function QuickPDF0815.PDFLibrary::GetBaseURL As String
DLL
wchar_t * QuickPDFGetBaseURL(int InstanceID)