PdfMergeAddLinkAnnotation 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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public void AddLinkAnnotation(
	PdfLinkAnnotation linkAnnotation
)

Parameters

linkAnnotation  PdfLinkAnnotation
The link annotation to add

See Also