Interface ICopies<TPrintSettings>
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
Allows configuring the number of copies to print.
public interface ICopies<out TPrintSettings> where TPrintSettings : class, IPrintSettings
Type Parameters
TPrintSettings
The specific print settings type.
- Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support specifying copies.
Properties
- Copies
Gets or sets the number of copies to print.