ComponentOne FlexReport for UWP
C1PageSettings Constructor(Unit,Unit,PrintMediaSize,Boolean)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1PageSettings Class > C1PageSettings Constructor : C1PageSettings Constructor(Unit,Unit,PrintMediaSize,Boolean)
The value of the Width property.
The value of the Height property.
The value of the PaperSize property.
The value of the Landscape property.
Initializes a new instance of the C1PageSettings class.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal paperSize As Windows.Graphics.Printing.PrintMediaSize, _
   ByVal landscape As System.Boolean _
)
public C1PageSettings( 
   Unit width,
   Unit height,
   Windows.Graphics.Printing.PrintMediaSize paperSize,
   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

Reference

C1PageSettings Class
C1PageSettings Members
Overload List