| IPrintersTPrintSettings, TPdfPrintSettings Interface | 
Namespace: DotNetBrowser.Print
 Syntax
Syntaxpublic 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.
 Properties
Properties| 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.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetEnumerator | Returns an enumerator that iterates through the collection.(Inherited from IEnumerableSystemPrinterTPrintSettings.) | 
 See Also
See Also