Interface IDuplexMode<TPrintSettings>
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
Allows configuring the duplex mode for printing.
public interface IDuplexMode<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 duplex mode.
Properties
- DuplexMode
Gets or sets the duplex mode.