'宣言 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.