FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / GetPageImage Method / GetPageImage(Int32) Method
The index of the page.

In This Topic
    GetPageImage(Int32) Method
    In This Topic
    Returns a System.Drawing.Imaging.Metafile representing the specified page.
    Syntax
    'Declaration
     
    Public Overloads Function GetPageImage( _
       ByVal pageIndex As Integer _
    ) As Metafile
    public Metafile GetPageImage( 
       int pageIndex
    )

    Parameters

    pageIndex
    The index of the page.

    Return Value

    The Metafile representing the specified page, or null if the page was not found.
    See Also