Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ImageExporter Class / ProcessPage Method
The System.Drawing.Imaging.Metafile representing the page to export.
The C1.C1Preview.C1MetafileInfo containing information about the pageImage.
The 1-based page number.
true if pageImage represents the first page of the document, false otherwise.

In This Topic
    ProcessPage Method (ImageExporter)
    In This Topic
    Exports a page of a document represented by a System.Drawing.Imaging.Metafile.
    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
    The System.Drawing.Imaging.Metafile representing the page to export.
    metafileInfo
    The C1.C1Preview.C1MetafileInfo containing information about the pageImage.
    pageNo
    The 1-based page number.
    firstPage
    true if pageImage represents the first page of the document, false otherwise.
    See Also