ComponentOne FlexGrid for WPF and Silverlight
CreatePrintPaginator Method (C1FlexGrid)

C1.WPF.FlexGrid Namespace > C1FlexGrid Class : CreatePrintPaginator Method
Syntax
'Declaration
 
Public Overridable Function CreatePrintPaginator( _
   ByVal pageSize As System.Windows.Size, _
   ByVal pages As System.Collections.Generic.List(Of FrameworkElement), _
   ByVal printParameters As PrintParameters, _
   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
public virtual System.Windows.Documents.DocumentPaginator CreatePrintPaginator( 
   System.Windows.Size pageSize,
   System.Collections.Generic.List<FrameworkElement> pages,
   PrintParameters printParameters,
   System.Collections.Generic.List<int> colBreaks,
   System.Collections.Generic.List<int> rowBreaks,
   System.double zoom
)

Parameters

pageSize
pages
printParameters
colBreaks
rowBreaks
zoom
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members