CoreWebView2PrintSettings.Copies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of copies to print. Minimum value is 1
and the maximum copies count is 999
.
public int Copies { get; set; }
member this.Copies : int with get, set
Public Property Copies As Integer
Property Value
Remarks
The default value is 1.