Skip to content

PDFActionName

Namespace: O2S.Components.PDF4NET.Actions

Predefined actions expected to be supported by any PDF viewers.

public enum PDFActionName

Inheritance ObjectValueTypeEnumPDFActionName
Implements

Fields

Name Value Description
NextPage 0 Go to next page in the document.
PrevPage 1 Go to previous page in the document.
FirstPage 2 Go to first page in the document.
LastPage 3 Go to last page in the document.
Print 4 Print the document.