The pageIndex this destination points to.

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

Syntax

C#
public int PageIndex { get; set; }
Visual Basic
Public Property PageIndex As Integer
	Get
	Set

Remarks

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

See Also