Create a new (Internal) Page Index Destination.

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

Syntax

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

Parameters

pageIndex
Type: System..::..Int32
The zero-based page 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