Create a new GoTo action that points tot the specified paragraph.

Namespace: TallComponents.PDF.Layout.Actions
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public GoToAction(
	Paragraph target
)
Visual Basic
Public Sub New ( _
	target As Paragraph _
)

Parameters

target
Type: TallComponents.PDF.Layout.Paragraphs..::..Paragraph
The paragraph to go to.

See Also