Gets a Metafile representing the specified page.

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

Syntax

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

Parameters

pageIndex
Type: System..::..Int32
The page index (0-based).

Return Value

The Metafile representing the specified page, or null if index was invalid.

See Also