PDF .NET Library Documentation - PDF Technologies, Inc.
Text markup annotations appear as highlights, underlines, strikeout, or jagged (“squiggly”) underlines in the text of a document.

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

Syntax

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

Remarks

When opened, they display a pop-up window containing the text of the associated note.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFCustomAnnotation
    PDFTech..::.BaseAnnotation
      PDFTech..::.PDFMarkupAnnotation

See Also