PrintDialogIHandlerDocument Property |
Gets or sets the document that is being printed.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax PrintDocument Document { get; set; }
Property Document As PrintDocument
Get
Set
abstract Document : PrintDocument with get, set
Property Value
Type:
PrintDocumentThe document to print.
See Also