FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerDialog Class / PageIndex Property

In This Topic
    PageIndex Property (C1FlexViewerDialog)
    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