ProcessPage Method (RtfExporter)
In This Topic
Exports a page of a document represented by a
System.Drawing.Imaging.Metafile.
Syntax
'Declaration
Protected Overrides Sub ProcessPage( _
ByVal As Metafile, _
ByVal As C1MetafileInfo, _
ByVal As Integer, _
ByVal As Boolean _
)
protected override void ProcessPage(
Metafile ,
C1MetafileInfo ,
int ,
bool
)
Parameters
- pageImage
- The System.Drawing.Imaging.Metafile representing the page to export.
- metafileInfo
- The C1.C1Preview.C1MetafileInfo containing information about the .
- pageNo
- The 1-based page number.
- firstPage
- true if represents the first page of the document, false otherwise.
See Also