FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / GetPageCompletedEventArgs Class / PageIndex Property

In This Topic
    PageIndex Property (GetPageCompletedEventArgs)
    In This Topic
    Gets the index of the page requested in the async operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageIndex As Integer
    public int PageIndex {get;}
    See Also