Returns a Metafile representing the specified page.

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

Syntax

C#
public Metafile PageAsMetafile(
	int pageNo
)
Visual Basic
Public Function PageAsMetafile ( _
	pageNo As Integer _
) As Metafile

Parameters

pageNo
Type: System..::..Int32
The 1-based page number.

Return Value

The Metafile representing the specified page, or null if the page was not found.

See Also