PdfMergeAddTextAnnotation Method

Adds a sticky-note text annotation displayed as a clickable icon on a specific page. Clicking the icon opens a popup with the note text. The annotation also appears in the viewer's Comments panel

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public void AddTextAnnotation(
	PdfTextAnnotation textAnnotation
)

Parameters

textAnnotation  PdfTextAnnotation
The text annotation to add

See Also