PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / C1dExporter Class / ProcessPage Method

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

    Parameters

    pageImage
    metafileInfo
    pageNo
    firstPage
    See Also