PdfActionNamedName Enum

Definition

Enumerates named PDF action names.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfActionNamedName
type PdfActionNamedName = 
Inheritance
PdfActionNamedName
Attributes

Fields

Find 8

Indicates the Find action.

FirstPage 3

Indicates an action that goes to the first page of the document.

GoBack 5

Indicates an action that goes back one location in a navigation list.

GoForward 6

Indicates an action that goes forward one location in a navigation list.

GoToPage 7

Indicates an action that goes to a specific page in a document.

LastPage 4

Indicates an action that goes to the last page of a document.

NextPage 1

Indicates an action that goes to the next page in a document.

None 0

Indicates an action that has no name, or is not yet named.

PreviousPage 2

Indicates an action that goes to the previous page in a document.

Print 9

Indicates an action that prints a document.

ZoomIn 10

Indicates an action that zooms in.

ZoomOut 11

Indicates an action that zooms out.

Applies to