Returns a Metafile representing the current page. This method draws input controls.

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

Syntax

C#
public Metafile AsMetafile()
Visual Basic
Public Function AsMetafile As Metafile

Return Value

The Metafile representing the current page.

See Also