Creates a new preview page from a page image.

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

Syntax

C#
public PreviewPage(
	Image img
)
Visual Basic (Declaration)
Public Sub New ( _
	img As Image _
)

Parameters

img
Type: System.Drawing..::.Image
The page image

See Also