[]
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.
public double GetPageVisibility(int pageIdx)
| Type | Name | Description |
|---|---|---|
| int | pageIdx | 0-based page index. |
| Type | Description |
|---|---|
| double | Percentage of the specified page's surface that is visible. |