Returns a Metafile representing the current page.

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

Syntax

C#
public Metafile AsMetafile(
	EmfType emfType,
	bool whiten
)
Visual Basic
Public Function AsMetafile ( _
	emfType As EmfType, _
	whiten As Boolean _
) As Metafile

Parameters

emfType
Type: System.Drawing.Imaging..::..EmfType
Specifies the metafile type.
whiten
Type: System..::..Boolean
Indicates whether to fill the page with white color before drawing.

Return Value

The Metafile representing the current page.

See Also