Class Printer<TPrintSettings>
- Namespace
- DotNetBrowser.Print
- Assembly
- DotNetBrowser.dll
The base class for the printers.
public abstract class Printer<TPrintSettings> : IAutoDisposable where TPrintSettings : class, IPrintSettings
Type Parameters
TPrintSettings
The print settings type available for this printer.
- Inheritance
-
Printer<TPrintSettings>
- Implements
- Derived
- Inherited Members
Properties
- Capabilities
Gets the capabilities of this printer.
- DeviceName
Gets the device name of this printer.
- IsDefault
Indicates whether this printer is the default system printer.
- PrintJob
Gets the current print job. This print job can be used to configure print settings.