ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / PageAsMetafile Method
The 1-based page number.

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

    Parameters

    pageNo
    The 1-based page number.

    Return Value

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