Creates a new preview page from a list reference and an index into it. The referenced list item must be convertable to an Image.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public PreviewPage(
	IList list,
	int idx
)
Visual Basic (Declaration)
Public Sub New ( _
	list As IList, _
	idx As Integer _
)

Parameters

list
Type: System.Collections..::.IList
The list to fetch the image from.
idx
Type: System..::.Int32
The index into the list.

See Also