Initializes a new instance of the
C1PageSettings class.
Syntax
'Declaration
Public Function New( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.Drawing.Printing.PaperKind, _
ByVal landscape As System.Boolean _
)
public C1PageSettings(
Unit ,
Unit ,
System.Drawing.Printing.PaperKind ,
System.bool landscape
)
Parameters
- width
- The value of the Width property.
- height
- The value of the Height property.
- paperSize
- The value of the PaperSize property.
- landscape
- The value of the Landscape property.
See Also