Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ExporterBase Class / ProcessPage Method

In This Topic
    ProcessPage Method (C1ExporterBase)
    In This Topic
    Not supported for this class.
    Syntax
    'Declaration
     
    Protected Overrides Sub ProcessPage( _
       ByVal pageImage As Metafile, _
       ByVal metafileInfo As C1MetafileInfo, _
       ByVal pageNo As Integer, _
       ByVal firstPage As Boolean _
    ) 
    protected override void ProcessPage( 
       Metafile pageImage,
       C1MetafileInfo metafileInfo,
       int pageNo,
       bool firstPage
    )

    Parameters

    pageImage
    metafileInfo
    pageNo
    firstPage
    See Also