[]
        
(Showing Draft Content)

C1.C1Preview.C1PageSettings.-ctor

C1PageSettings Constructor

C1PageSettings()

Initializes a new instance of the C1PageSettings class.

Declaration
public C1PageSettings()

C1PageSettings(C1PageSettings)

Initializes a new instance of the C1PageSettings class from another C1PageSettings object.

Declaration
public C1PageSettings(C1PageSettings source)
Parameters
Type Name Description
C1PageSettings source

The C1PageSettings object to initialize the current one from.

C1PageSettings(C1PageSettings, bool)

Initializes a new instance of the C1PageSettings class from another C1PageSettings object.

Declaration
public C1PageSettings(C1PageSettings source, bool landscape)
Parameters
Type Name Description
C1PageSettings source

The C1PageSettings object to initialize the current one from.

bool landscape

A value indicating whether the current page settings should have landscape orientation.

C1PageSettings(PageSettings)

Initializes a new instance of the C1PageSettings class from a PageSettings object.

Declaration
public C1PageSettings(PageSettings source)
Parameters
Type Name Description
PageSettings source

The PageSettings object to initialize the current page settings from.