'Declaration Public Overloads Function GetPageImage( _ ByVal rng As GridCellRange, _ ByVal contentSize As Size, _ Optional ByVal scaleMode As GridScaleMode _ ) As FrameworkElement
public FrameworkElement GetPageImage( GridCellRange rng, Size contentSize, GridScaleMode scaleMode )
Parameters
- rng
- GridCellRange to include in the image.
- contentSize
- Size of the content area of pages in pixels.
- scaleMode
- GridScaleMode that determine how will the image get scaled.
Return Value
A System.Windows.FrameworkElement that represents a given part of the grid.