PageIndex Property (C1FlexViewerPane)
In This Topic
Gets or sets the 0-based index of the currently visible page. If several pages are visible, this property indicates the page with the most surface shown. When the property is set, the new start page's top left corner is aligned with the preview window's top left corner.
Syntax
'Declaration
Public Property PageIndex As Integer
public int PageIndex {get; set;}
See Also