Gets a value indicating whether any part of the specified page is currently visible in this
C1PreviewPane.
'Declaration
Public Function IsPageVisible( _
ByVal As Integer _
) As Boolean
public bool IsPageVisible(
int
)
Parameters
- pageIdx
- 0-based page index.
Return Value
True if any part of the specified page is visible, false otherwise.