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