ComponentOne FlexReport for WinForms
C1PrintOptions Class Properties

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : C1PrintOptions Class

For a list of all members of this type, see C1PrintOptions members.

Public Properties
 NameDescription
Public PropertyGets or sets the OutputRange object defining the range of pages to print. This can be null in which case values specified in PrinterSettings will be used.  
Public PropertyGets or sets the value indicating the manner in which pages are scaled during printing.

The default value is PageScaling.FitToPaper.

 
Public PropertyGets 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.  
Public PropertyGets or sets the PrinterSettings object defining the print parameters, can be null to use default printer settings.  
Public PropertyGets or sets the name for the print job.  
Top
See Also

Reference

C1PrintOptions Class
C1.Win.C1Document Namespace