Create a new GoTo action based on a page

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public GoToAction(
	Page page
)
Visual Basic
Public Sub New ( _
	page As Page _
)

Parameters

page
Type: TallComponents.PDF..::..Page
The page point to.

Remarks

The page will be embedded in an internal destination, with PageDisplay set to FitEntire.

See Also