Creates an instance of the PageSettings class, and initializes it with the properties of the current C1PageSettings object.

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

Syntax

C#
public PageSettings ToPageSettings()
Visual Basic
Public Function ToPageSettings As PageSettings

Return Value

The newly created PageSettings object.

See Also