FlexGrid for WPF
CreatePrintPaginator メソッド (IGridPrintFactory)

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > IGridPrintFactory インターフェース : CreatePrintPaginator メソッド
ページの有効サイズ。
印刷されるページのコレクション。
GridPrintParameters オブジェクト
列区切りのリスト
行区切りのリスト
ズーム倍率
印刷ページネータを作成するファクトリメソッド。
シンタックス
'宣言
 
Function CreatePrintPaginator( _
   ByVal pageSize As System.Windows.Size, _
   ByVal pages As System.Collections.Generic.List(Of FrameworkElement), _
   ByVal printParameters As GridPrintParameters, _
   ByVal colBreaks As System.Collections.Generic.List(Of Integer), _
   ByVal rowBreaks As System.Collections.Generic.List(Of Integer), _
   ByVal zoom As System.Double _
) As System.Windows.Documents.DocumentPaginator
System.Windows.Documents.DocumentPaginator CreatePrintPaginator( 
   System.Windows.Size pageSize,
   System.Collections.Generic.List<FrameworkElement> pages,
   GridPrintParameters printParameters,
   System.Collections.Generic.List<int> colBreaks,
   System.Collections.Generic.List<int> rowBreaks,
   System.double zoom
)

パラメータ

pageSize
ページの有効サイズ。
pages
印刷されるページのコレクション。
printParameters
GridPrintParameters オブジェクト
colBreaks
列区切りのリスト
rowBreaks
行区切りのリスト
zoom
ズーム倍率
参照

IGridPrintFactory インターフェース
IGridPrintFactory メンバ