GoToAction Class Documentation

classGoToAction : Action

Namespace:Datalogics::PDFL

Inherits from:
Action

Detailed Description

A go-to action can be executed in a PDF document.

A go-to action includes a hyperlink that, when clicked, takes the reader to a different place within the same document.

The action is linked to a bookmark within the document.

A remote go-to action includes a hyperlink that takes the reader to a destination in a separate document.

Referenced by

Constructor & Destructor Documentation

GoToAction

GoToAction(GoToActionrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

GoToAction

GoToAction(Documentdoc, stringnamedDestination)

Parameters

doc: Document

Document in which the action is created.

namedDestination: string

The destination name to store in the action's /D entry.

Construct a GoTo action that refers to a named destination.

The named destination is not resolved at construction time; the viewer looks it up in the document's /Names/Dests name tree (or /Dests dict) when the action fires.

Property Documentation

Destination

ViewDestinationDestination[get, set]

PDFDict

PDFDictPDFDict[get]

Subtype

stringSubtype[get]

Member Function Documentation

ConstructorRetrieve

static new static GoToActionConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

new static GoToAction

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:

A string describing this Action.

Returns a string representation of this Action.

The string includes the action's subtype.