ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ExportUtil Class / GetPageMetafile Method / GetPageMetafile(C1PrintDocument,Int32) Method
The C1PrintDocument object.
The 0-based page index.

In This Topic
    GetPageMetafile(C1PrintDocument,Int32) Method
    In This Topic
    Gets the page metafile for export or printing.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetPageMetafile( _
       ByVal document As C1PrintDocument, _
       ByVal pageIdx As System.Integer _
    ) As System.Drawing.Imaging.Metafile
    public static System.Drawing.Imaging.Metafile GetPageMetafile( 
       C1PrintDocument document,
       System.int pageIdx
    )

    Parameters

    document
    The C1PrintDocument object.
    pageIdx
    The 0-based page index.

    Return Value

    The page metafile.
    See Also