Adds a new page to the collection.

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

Syntax

C#
public PreviewPage AddPage(
	Object o
)
Visual Basic (Declaration)
Public Function AddPage ( _
	o As Object _
) As PreviewPage

Parameters

o
Type: System..::.Object
A PreviewPage, Image or Render.Page object.

Return Value

The PreviewPage object added to the collection.

See Also