PdfDocumentAddLinkAnnotation Method
Adds a clickable hyperlink annotation placed on a specific page.
The link can target an external URL, another page in the same
document, a specific location on another page, or a named
destination defined in the document catalog. Use one of the
static factory methods on
PdfLinkAnnotation
(FromUrl, ToPage, ToPageLocation, ToNamedDestination) to build
the link
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
public void AddLinkAnnotation(
PdfLinkAnnotation linkAnnotation
)
Parameters
- linkAnnotation PdfLinkAnnotation
- The link annotation to add