Create a new GoTo action based on a page

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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