PdfEditorAddLinkAnnotation 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: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public void AddLinkAnnotation(
	PdfLinkAnnotation linkAnnotation
)

Parameters

linkAnnotation  PdfLinkAnnotation
The link annotation to add

See Also