FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / GetPageImages Method / GetPageImages(GridCellRange,GridScaleMode,Size,Int32) Method

In This Topic
    GetPageImages(GridCellRange,GridScaleMode,Size,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetPageImages( _
       ByVal rng As C1.WPF.Grid.GridCellRange, _
       ByVal scaleMode As C1.WPF.Grid.GridScaleMode, _
       ByVal contentSize As Size, _
       ByVal maxPages As Integer _
    ) As List(Of FrameworkElement)
    public List<FrameworkElement> GetPageImages( 
       C1.WPF.Grid.GridCellRange rng,
       C1.WPF.Grid.GridScaleMode scaleMode,
       Size contentSize,
       int maxPages
    )

    Parameters

    rng
    scaleMode
    contentSize
    maxPages
    See Also