Gets a page image. For internal use only.

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

Syntax

C#
Metafile PageAsMetafile(
	int pageIndex,
	bool renderInputControls,
	SmoothingMode smoothingMode
)
Visual Basic
Function PageAsMetafile ( _
	pageIndex As Integer, _
	renderInputControls As Boolean, _
	smoothingMode As SmoothingMode _
) As Metafile

Parameters

pageIndex
Type: System..::..Int32
Zero-based page index.
renderInputControls
Type: System..::..Boolean
Indicates whether the RenderInput objects should be rendered.
smoothingMode
Type: System.Drawing.Drawing2D..::..SmoothingMode

Return Value

The metafile representing the page.

See Also