IPrinters<TPrintSettings, TPdfPrintSettings> Interface |
Namespace: DotNetBrowser.Print
public interface IPrinters<TPrintSettings, TPdfPrintSettings> : IReadOnlyList<SystemPrinter<TPrintSettings>>, IReadOnlyCollection<SystemPrinter<TPrintSettings>>, IEnumerable<SystemPrinter<TPrintSettings>>, IEnumerable where TPrintSettings : class, Object, SystemPrinter.ISettings<TPrintSettings> where TPdfPrintSettings : class, Object, PdfPrinter.ISettings<TPdfPrintSettings>
The IPrinters<TPrintSettings, TPdfPrintSettings> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from IReadOnlyCollection<SystemPrinter<TPrintSettings>>.) |
![]() | Default |
Gets the default system printer.
|
![]() | Item | Gets the element at the specified index in the read-only list. (Inherited from IReadOnlyList<SystemPrinter<TPrintSettings>>.) |
![]() |
Gets the PdfPrinter instance that allows you to print to PDF.
|
Name | Description | |
---|---|---|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<SystemPrinter<TPrintSettings>>.) |