Click or drag to resize

IPrintersTPrintSettings, TPdfPrintSettings Interface

The collection of the available printers.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IPrinters<TPrintSettings, TPdfPrintSettings> : IReadOnlyList<SystemPrinter<TPrintSettings>>, 
	IEnumerable<SystemPrinter<TPrintSettings>>, IEnumerable, IReadOnlyCollection<SystemPrinter<TPrintSettings>>
where TPrintSettings : class, Object, SystemPrinterISettings<TPrintSettings>
where TPdfPrintSettings : class, Object, PdfPrinterISettings<TPdfPrintSettings>

Type Parameters

TPrintSettings
The print settings type available for these printers.
TPdfPrintSettings
The PDF print settings type available for PDF printer.

The IPrintersTPrintSettings, TPdfPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the collection.
(Inherited from IReadOnlyCollectionSystemPrinterTPrintSettings.)
Public propertyDefault
Gets the default system printer.
Public propertyItem
Gets the element at the specified index in the read-only list.
(Inherited from IReadOnlyListSystemPrinterTPrintSettings.)
Public propertyPdf
Gets the PdfPrinter instance that allows you to print to PDF.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableSystemPrinterTPrintSettings.)
Top
See Also