FlexReport for .NET | ComponentOne
C1.FlexReport Assembly / C1.Report Namespace / FlexReport Class / GetPageImage Method
The index of the page.

In This Topic
    GetPageImage Method (FlexReport)
    In This Topic
    Returns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page.
    Syntax
    'Declaration
     
    Public Function GetPageImage( _
       ByVal pageIndex As Integer _
    ) As GrapeCity.Documents.Svg.GcSvgDocument
    public GrapeCity.Documents.Svg.GcSvgDocument GetPageImage( 
       int pageIndex
    )

    Parameters

    pageIndex
    The index of the page.

    Return Value

    The GrapeCity.Documents.Drawing.IImage representing the specified page, or null if the page was not found.
    See Also