PDF .NET Library Documentation - PDF Technologies, Inc.
PDFActionAnnotation is used to create annotations in PDF Documents.

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

Syntax

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

Remarks

a user clicks on an annotation in a PDF document it will execute the action linked to this annotation.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFCustomAnnotation
    PDFTech..::.BaseAnnotation
      PDFTech..::.PDFActionAnnotation

See Also