Navigate to the next page.

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 bool GoToNextPage()
Visual Basic
Public Overridable Function GoToNextPage As Boolean

Remarks

This method will assign higher page number to the CurrentPage value until it actually increases. This accounts for situations like two-up, where increasing the current page by 1 may not lead to a different current page.

See Also