Click or drag to resize

ICopiesTPrintSettings Interface

Allows configuring the number of copies to print.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface ICopies<out TPrintSettings>
where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings
The specific print settings type.

The ICopiesTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyCopies
Gets or sets the number of copies to print.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support specifying copies.
See Also