ComponentOne FlexReport for WinForms
PageSettings Property (C1PrintOptions)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1PrintOptions Class : PageSettings Property
Gets or sets the PageSettings object defining the page settings (page size, orientation and so on). This can be null in which case System.Drawing.Printing.PrinterSettings.DefaultPageSettings will be used. This property does not force C1DocumentSource to repaginate, it only affects the printer's paper size. The document's pages will be scaled to fit it.
Syntax
'Declaration
 
Public Property PageSettings As System.Drawing.Printing.PageSettings
public System.Drawing.Printing.PageSettings PageSettings {get; set;}
See Also

Reference

C1PrintOptions Class
C1PrintOptions Members