Click or drag to resize

IPrintersTPrintSettings, TPdfPrintSettingsPdf Property

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

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

Property Value

Type: PdfPrinterTPdfPrintSettings
The PdfPrinter instance that allows you to print to PDF.
See Also