Exports a page of a document represented by a Metafile.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override void ProcessPage(
	Metafile pageImage,
	C1MetafileInfo metafileInfo,
	int pageNo,
	bool firstPage
)
Visual Basic
Protected Overrides Sub ProcessPage ( _
	pageImage As Metafile, _
	metafileInfo As C1MetafileInfo, _
	pageNo As Integer, _
	firstPage As Boolean _
)

Parameters

pageImage
Type: System.Drawing.Imaging..::..Metafile
The Metafile representing the page to export.
metafileInfo
Type: C1MetafileInfo
The C1MetafileInfo containing information about the pageImage.
pageNo
Type: System..::..Int32
The 1-based page number.
firstPage
Type: System..::..Boolean
true if pageImage represents the first page of the document, false otherwise.

See Also