[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.IsPageVisible

IsPageVisible Method

IsPageVisible(int)

Gets a value indicating whether any part of the specified page is currently visible in this C1PreviewPane.

Declaration
public bool IsPageVisible(int pageIdx)
Public Function IsPageVisible(pageIdx As Integer) As Boolean
Parameters
Type Name Description
int pageIdx

0-based page index.

Returns
Type Description
bool

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