Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / GetPageVisibleArea Method
0-based page index.

In This Topic
    GetPageVisibleArea Method
    In This Topic
    Gets RectangleF representing the area of the specified page that is currently visible in the current C1PreviewPane. The rectangle is in document (i.e. independent of the current zoom factor) coordinates, and is relative to the specified page's left top corner.
    Syntax
    'Declaration
     
    Public Function GetPageVisibleArea( _
       ByVal pageIdx As Integer _
    ) As RectangleF
    public RectangleF GetPageVisibleArea( 
       int pageIdx
    )

    Parameters

    pageIdx
    0-based page index.

    Return Value

    Rectangle representing the currently visible area of the specified page.
    See Also