Click or drag to resize

IPrinters<TPrintSettings, TPdfPrintSettings>.Pdf Property

Gets the PdfPrinter instance that allows you to print to PDF.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.14.0
Syntax
C#
PdfPrinter<TPdfPrintSettings> Pdf { get; }

Property Value

Type: PdfPrinter<TPdfPrintSettings>
The PdfPrinter instance that allows you to print to PDF.
See Also