Gets the percentage (from 0 to 100) of the area of the specified page that is currently visible in this C1PreviewPane. The returned value is rounded to 2 decimal digits.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public double GetPageVisibility(
	int pageIdx
)
Visual Basic
Public Function GetPageVisibility ( _
	pageIdx As Integer _
) As Double

Parameters

pageIdx
Type: System..::..Int32
0-based page index.

Return Value

Percentage of the specified page's surface that is visible.

See Also