シンタックス
'宣言
Public Overridable Function CreatePrintPaginator( _
ByVal As System.Windows.Size, _
ByVal As System.Collections.Generic.List(Of FrameworkElement), _
ByVal As C1.WPF.Grid.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
public virtual System.Windows.Documents.DocumentPaginator CreatePrintPaginator(
System.Windows.Size ,
System.Collections.Generic.List<FrameworkElement> ,
C1.WPF.Grid.GridPrintParameters ,
System.Collections.Generic.List<int> ,
System.Collections.Generic.List<int> ,
System.double
)
パラメータ
- pageSize
- pages
- printParameters
- colBreaks
- rowBreaks
- zoom
参照