PDF .NET Library Documentation - PDF Technologies, Inc.
Specifies the available named actions supported by the viewer.

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

Syntax

C#
public enum NamedAction
Visual Basic (Declaration)
Public Enumeration NamedAction
Visual C++
public enum class NamedAction

Members

Member nameDescription
NextPage
Go to next page in the document.
PrevPage
Go to previous page in the document.
FirstPage
Go to first page in the document.
LastPage
Go to last page in the document.

See Also