Table of Contents

Class PdfPrinter<TPrintSettings>

Namespace
DotNetBrowser.Print
Assembly
DotNetBrowser.dll

A printer that allows you to print to PDF.

public sealed class PdfPrinter<TPrintSettings> : Printer<TPrintSettings>, IAutoDisposable where TPrintSettings : class, PdfPrinter.ISettings<TPrintSettings>

Type Parameters

TPrintSettings

The print settings type that can be applied to the print job.

Inheritance
Printer<TPrintSettings>
PdfPrinter<TPrintSettings>
Implements
Inherited Members