PDF .NET Library Documentation - PDF Technologies, Inc.
This type of action allows a user to navigate to specific pages in the document or to print the document.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFAction
    PDFTech..::.PDFNamedAction

See Also