Click or drag to resize

PrintDialogIHandlerPrintSettings Property

Gets or sets the print settings the print dialog is modifying.

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

Property Value

Type: PrintSettings
The print settings.
Remarks
This should always return an instance, and is not required to be set by the user.
See Also