[]
        
(Showing Draft Content)

C1.WPF.Document.C1PageSettings.-ctor

C1PageSettings Constructor

C1PageSettings(Unit, Unit, PageMediaSizeName, bool)

Initializes a new instance of the C1PageSettings class.

Declaration
public C1PageSettings(Unit width, Unit height, PageMediaSizeName paperSize, bool landscape)
Parameters
Type Name Description
Unit width

The value of the Width property.

Unit height

The value of the Height property.

PageMediaSizeName paperSize

The value of the PaperSize property.

bool landscape

The value of the Landscape property.

C1PageSettings()

Initializes a new instance of the C1PageSettings class.

Declaration
public C1PageSettings()