PDF .NET Library Documentation - PDF Technologies, Inc.
PDFAction is the base class for all actions.

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

Syntax

C#
public class PDFAction
Visual Basic (Declaration)
Public Class PDFAction
Visual C++
public ref class PDFAction

Remarks

All interactive operations in PDF documents (jump to page, go to URL, change state of PDF controls etc.) are made possible with the help of actions.

Inheritance Hierarchy

See Also