Create a new internal destination, based on a page.

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

Syntax

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

Parameters

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

See Also