Reports for WinForms | ComponentOne
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 Integer _
    ) As Metafile
    public static Metafile GetPageMetafile( 
       C1PrintDocument document,
       int pageIdx
    )

    Parameters

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

    Return Value

    The page metafile.
    See Also