PDF .NET Library Documentation - PDF Technologies, Inc.
A text annotation represents a "sticky note" attached to a point in the PDF document.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFTextAnnotation : BaseAnnotation
Visual Basic (Declaration)
Public Class PDFTextAnnotation _
	Inherits BaseAnnotation
Visual C++
public ref class PDFTextAnnotation : public BaseAnnotation

Remarks

When closed, the annotation appears as an icon; when open, it displays a pop-up window containing the text of the note, in a font and size chosen by the viewer application.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFCustomAnnotation
    PDFTech..::.BaseAnnotation
      PDFTech..::.PDFTextAnnotation

See Also