PrintDocument for WinForms
GetInputFragments(Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス : GetInputFragments(Boolean) メソッド
Gets the array of all RenderInputFragment objects on the current page.
シンタックス
'宣言
 
Public Function GetInputFragments( _
   ByVal sort As System.Boolean _
) As RenderInputFragment()
'使用法
 
Dim instance As C1Page
Dim sort As System.Boolean
Dim value() As RenderInputFragment
 
value = instance.GetInputFragments(sort)
public RenderInputFragment[] GetInputFragments( 
   System.bool sort
)

パラメータ

sort

戻り値の型

The array of RenderInputFragment objects .
参照

C1Page クラス
C1Page メンバ