Click or drag to resize

PrintContentParametersTPrintSettings, TPdfPrintSettingsPrinters Property

Gets the collection of printers available in this handler.

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

Property Value

Type: IPrintersTPrintSettings, TPdfPrintSettings
The collection of printers available in this handler.
See Also