Click or drag to resize

PrintDocumentPrintSettings Property

Gets or sets the print settings for the document when printing.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PrintSettings PrintSettings { get; set; }

Property Value

Type: PrintSettings
The print settings.
Remarks
You can adjust the settings using the PrintDialog, or use ShowDialog(Control, PrintDocument) to allow the user to adjust the settings before printing.
See Also