PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the available named actions supported by the viewer.
Namespace:
PDFTechAssembly: 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 name | Description | |
|---|---|---|
| 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.
|