The initial page that will be displayed in the PDF viewer. (zero-based, default = 0)

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

Syntax

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

Remarks

If the initial page index exceeds the number of pages in the document, the first page (index 0) will be displayed.

See Also