NamedActions Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum lists several named actions that conforming readers shall support; further names may be added in the future.

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum NamedActions
Members

  Member nameValueDescription
NextPage0 Go to the next page of the document.
PrevPage1 Go to the previous page of the document.
FirstPage2 Go to the first page of the document.
LastPage3 Go to the last page of the document.
See Also

Reference