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.C1PreviewAssembly: 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.