[]
        
(Showing Draft Content)

C1.Win.C1Document.C1PageSettings.ToPageSettings

ToPageSettings Method

ToPageSettings(PrinterSettings)

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

Declaration
public PageSettings ToPageSettings(PrinterSettings printerSettings)
Parameters
Type Name Description
PrinterSettings printerSettings

A PrinterSettings object used to create the resulting PageSettings. If null, the default printer is used.

Returns
Type Description
PageSettings

The newly created PageSettings object.