PrintDocument for WinForms
GetInputFragments メソッド (C1Page)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス : GetInputFragments メソッド
このページ内の RenderInputFragments オブジェクトのリストを取得します。
シンタックス
'宣言
 
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

戻り値の型

RenderInputFragment オブジェクトのリストを含む配列を返します。
参照

C1Page クラス
C1Page メンバ