PrintDocument for WinForms
GetPageVisibility メソッド (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : GetPageVisibility メソッド
0-based page index.
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 Function GetPageVisibility( _
   ByVal pageIdx As System.Integer _
) As System.Double
'使用法
 
Dim instance As C1PreviewPane
Dim pageIdx As System.Integer
Dim value As System.Double
 
value = instance.GetPageVisibility(pageIdx)
public System.double GetPageVisibility( 
   System.int pageIdx
)

パラメータ

pageIdx
0-based page index.

戻り値の型

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

C1PreviewPane クラス
C1PreviewPane メンバ