C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / XlsExporter 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 (XlsExporter)
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 _
) 
 

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