FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / PageNumber Property

In This Topic
    PageNumber Property
    In This Topic
    Gets or sets the number of the currently visible page.
    Syntax
    'Declaration
     
    Public Property PageNumber As Integer
    public int PageNumber {get; set;}
    Remarks
    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.
    See Also