Creates a copy of the current C1PageSettings object.

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

Syntax

C#
public C1PageSettings Clone()
Visual Basic
Public Function Clone As C1PageSettings

Return Value

The newly created C1PageSettings object.

See Also