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