PrintDocument for WinForms
FindInputFragment メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : FindInputFragment メソッド
The 0-based index of the page to start the search at.
Specifies whether to search forward or backward.
Searches for the first occurrence of a RenderInputFragment object in the current document.
シンタックス
'宣言
 
Public Function FindInputFragment( _
   ByVal startPageIndex As System.Integer, _
   ByVal forward As System.Boolean _
) As RenderInputFragment
'使用法
 
Dim instance As C1PrintDocument
Dim startPageIndex As System.Integer
Dim forward As System.Boolean
Dim value As RenderInputFragment
 
value = instance.FindInputFragment(startPageIndex, forward)
public RenderInputFragment FindInputFragment( 
   System.int startPageIndex,
   System.bool forward
)

パラメータ

startPageIndex
The 0-based index of the page to start the search at.
forward
Specifies whether to search forward or backward.

戻り値の型

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

C1PrintDocument クラス
C1PrintDocument メンバ