ComponentOne FlexReport for UWP
PageSettings Property (C1PrintOptions)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1PrintOptions Class : PageSettings Property
Gets or sets the C1PageSettings object defining the page settings, size, landscape etc, can be null in this case the C1DocumentSource.PageSettings will be used. This property does not force C1DocumentSource to repaginate, it affects only the printer's paper size, the document's pages will be scaled to fit.
Syntax
'Declaration
 
Public Property PageSettings As C1PageSettings
public C1PageSettings PageSettings {get; set;}
See Also

Reference

C1PrintOptions Class
C1PrintOptions Members