Enum PdfNamedActionNames
Specifies the predefined PDF actions.
public enum PdfNamedActionNames
Fields
FirstPage = 2
Go to first page.
LastPage = 3
Go to last page.
NextPage = 0
Go to next page.
PrevPage = 1
Go to previous page.
Specifies the predefined PDF actions.
public enum PdfNamedActionNames
FirstPage = 2
Go to first page.
LastPage = 3
Go to last page.
NextPage = 0
Go to next page.
PrevPage = 1
Go to previous page.