Table of Contents

Interface IPrinters<TPrintSettings, TPdfPrintSettings>

Namespace
DotNetBrowser.Print
Assembly
DotNetBrowser.dll

The collection of the available printers.

public interface IPrinters<TPrintSettings, TPdfPrintSettings> : IReadOnlyList<SystemPrinter<TPrintSettings>>, IReadOnlyCollection<SystemPrinter<TPrintSettings>>, IEnumerable<SystemPrinter<TPrintSettings>>, IEnumerable where TPrintSettings : class, SystemPrinter.ISettings<TPrintSettings> where TPdfPrintSettings : class, PdfPrinter.ISettings<TPdfPrintSettings>

Type Parameters

TPrintSettings

The print settings type available for these printers.

TPdfPrintSettings

The PDF print settings type available for PDF printer.

Inherited Members

Properties

Default

Gets the default system printer.

Pdf

Gets the PdfPrinter instance that allows you to print to PDF.