The following tables list the members exposed by C1PrintOptions.
Public Properties
| | Name | Description |
 | OutputRange | Gets 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. |
 | PageSettings | 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. |
 | PrinterSettings | Gets or sets the PrinterSettings object defining the print parameters, can be null to use default printer settings. |
 | PrintJobName | Gets or sets the name for the print job. |
Top
Public Methods
| | Name | Description |
 | AssignFrom | Copies properties from another object into this object. |
Top
See Also