PrintSettingsCopies Property |
Gets or sets the number of copies to print.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(1)]
public int Copies { get; set; }
<DefaultValueAttribute(1)>
Public Property Copies As Integer
Get
Set
[<DefaultValueAttribute(1)>]
member Copies : int with get, set
Property Value
Type:
Int32The number of copies.
See Also