Action Class Documentation

classAction : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable
Derived classes:
GoToAction, LaunchAction, RemoteGoToAction, URIAction

Detailed Description

When a user clicks a link or bookmark in a PDF, an action occurs, moving the reader to a new location.

An action can involve moving the reader to a new page in the file, for example.

Also, with a PDF Viewer a PDF file can have an Action that runs automatically when a user opens the file, or reaches a specific page.

Applications can support Actions in custom annotation types they add. Only GoTo and URI Actions are supported; you can only use an Action with the interface to move from one part of a file to another or open an external web page.

Constructor & Destructor Documentation

Action

Action(Actionrhs, InternalConstructsignifier)

Parameters

rhs: Action
signifier: InternalConstruct

Action

Action(Documentdoc, stringtype)

Parameters

doc: Document

The document in which the action is created.

type: string

The string corresponding to the action's subtype.

Creates a new action object.

~Action

~Action()

Property Documentation

PDFDict

PDFDictPDFDict[get]

Subtype

stringSubtype[get]

Member Function Documentation

ConstructorRetrieve

static ActionConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

Action

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

Equals

override boolEquals(objectobj)

Parameters

obj: object

Returns:

override bool

SameTypeEquals

boolSameTypeEquals(Actionarg0)

Parameters

arg0: Action

Returns:

bool

ToString

override stringToString()

Returns:

override string