PdfActionDestination Enumeration
|
Specifies the available named actions supported by the viewer.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfActionDestination
Public Enumeration PdfActionDestination
public enum class PdfActionDestination
type PdfActionDestination
Members
|
Member name
|
Value
|
Description
|
|
FirstPage
|
0
|
Navigate to first page.
|
|
LastPage
|
1
|
Navigate to last page.
|
|
NextPage
|
2
|
Navigate to next page.
|
|
PrevPage
|
3
|
Navigate to previous page.
|
See Also