印刷ページネータを作成するファクトリメソッド。
シンタックス
'宣言
Public Overridable Function CreatePrintPaginator( _
ByVal As System.Windows.Size, _
ByVal As System.Collections.Generic.List(Of FrameworkElement), _
ByVal As PrintParameters, _
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
public virtual System.Windows.Documents.DocumentPaginator CreatePrintPaginator(
System.Windows.Size ,
System.Collections.Generic.List<FrameworkElement> ,
PrintParameters ,
System.Collections.Generic.List<int> ,
System.Collections.Generic.List<int> ,
System.double
)
パラメータ
- pageSize
- ページの有効サイズ。
- pages
- 印刷されるページのコレクション。
- printParameters
- colBreaks
- rowBreaks
- zoom
参照