C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / C1FlexViewerPane Class / SetPageIndex Method
The 0-based index of the page.
Specifies whether the previous position should be added to the history.

In This Topic
SetPageIndex Method (C1FlexViewerPane)
In This Topic
Sets the 0-based index of the currently visible page.
Syntax
'Declaration
 
Public Sub SetPageIndex( _
   ByVal pageIndex As Integer, _
   ByVal updateHistory As Boolean _
) 
 

Parameters

pageIndex
The 0-based index of the page.
updateHistory
Specifies whether the previous position should be added to the history.
See Also