ITMSFNCCustomPDFGraphicsLib.AddURL Method
Adds a clickable hyperlink annotation over the specified rectangle.
API unit family: TMSFNCPDFGraphicsLib
Declaring type: ITMSFNCCustomPDFGraphicsLib
Syntax
procedure AddURL(AText: UnicodeString; AURL: UnicodeString; ARect: TRectF);
Parameters
| Name | Description |
|---|---|
AText |
Visible link text drawn inside the rectangle. |
AURL |
Target URL opened when the user clicks the annotation. |
ARect |
Bounding rectangle of the link annotation in PDF coordinate units. |