The zero-based index of the current page. By default, the current page is defined as the first page that intersects with the visible rectangle. When setting the CurrentPage, the upper-left corner of the page will be aligned with the upper-left corner of the viewer. The current zoom factor will be used.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

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

See Also