PrintDocument for WinForms
Find(Int32,Int32) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PageCollection クラス > Find メソッド : Find(Int32,Int32) メソッド
Specifies the logical horizontal coordinate of the page.
Specifies the logical vertical coordinate of the page.
Searches the current collection for a C1Page with the specified logical coordinates (identified by the C1Page.X and C1Page.Y properties on a page).
シンタックス
'宣言
 
Public Overloads Function Find( _
   ByVal pageX As System.Integer, _
   ByVal pageY As System.Integer _
) As C1Page
'使用法
 
Dim instance As C1PageCollection
Dim pageX As System.Integer
Dim pageY As System.Integer
Dim value As C1Page
 
value = instance.Find(pageX, pageY)
public C1Page Find( 
   System.int pageX,
   System.int pageY
)

パラメータ

pageX
Specifies the logical horizontal coordinate of the page.
pageY
Specifies the logical vertical coordinate of the page.

戻り値の型

The C1Page object that was found, or null.
参照

C1PageCollection クラス
C1PageCollection メンバ
オーバーロード一覧