Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ExportUtil Class / GetPageMetafile Method / GetPageMetafile(IC1Document,Int32,PageDrawParams) Method
The object supporting IC1Document.
The 0-based page index.
Specifies drawing params.

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

    Parameters

    document
    The object supporting IC1Document.
    pageIdx
    The 0-based page index.
    pdp
    Specifies drawing params.

    Return Value

    The page metafile.
    See Also