Returns a Metafile representing the current page.

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

Syntax

C#
public Metafile AsMetafile(
	bool renderInputControls
)
Visual Basic
Public Function AsMetafile ( _
	renderInputControls As Boolean _
) As Metafile

Parameters

renderInputControls
Type: System..::..Boolean
Indicates whether to draw input controls (see RenderInputBase).

Return Value

The Metafile representing the current page.

See Also