Gets a metafile representing the specified page. Use this method rather than the PageImages collection as accessing that property creates images for all pages at once and thus can exhaust system resources.

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

Syntax

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

Parameters

pageIndex
Type: System..::..Int32
0-based page index.

Return Value

The metafile representing the page.

Remarks

You must call the Render()()()() method to create or refresh the pages.

See Also