Create a new InternalPageDestination.

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

Syntax

C#
public InternalPageDestination(
	int pageIndex
)
Visual Basic
Public Sub New ( _
	pageIndex As Integer _
)

Parameters

pageIndex
Type: System..::..Int32
The zero-based index.

Remarks

WindowBehavior.UserPreference will be used. PageDisplay.FitEntire will be used.

NOTE: There is no check that the page given is valid (existing)!

See Also