Click or drag to resize

PrintContentParameters<TPrintSettings, TPdfPrintSettings>.Printers Property

Gets the collection of printers available in this handler.

Namespace:  DotNetBrowser.Print.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.11.0
Syntax
C#
public IPrinters<TPrintSettings, TPdfPrintSettings> Printers { get; }

Property Value

Type: IPrinters<TPrintSettings, TPdfPrintSettings>
The collection of printers available in this handler.
See Also