PdfDocumentAddTextAnnotation 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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public void AddTextAnnotation(
	PdfTextAnnotation textAnnotation
)

Parameters

textAnnotation  PdfTextAnnotation
The text annotation to add

See Also