PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / IsPageVisible Method
0-based page index.

In This Topic
    IsPageVisible Method (C1PreviewPane)
    In This Topic
    Gets a value indicating whether any part of the specified page is currently visible in this C1PreviewPane.
    Syntax
    'Declaration
     
    Public Function IsPageVisible( _
       ByVal pageIdx As Integer _
    ) As Boolean
    public bool IsPageVisible( 
       int pageIdx
    )

    Parameters

    pageIdx
    0-based page index.

    Return Value

    True if any part of the specified page is visible, false otherwise.
    See Also