Table of Contents

Class PrintContentParameters<TPrintSettings, TPdfPrintSettings>

Namespace
DotNetBrowser.Print.Handlers
Assembly
DotNetBrowser.dll

The base class for content printing handlers parameters.

public class PrintContentParameters<TPrintSettings, TPdfPrintSettings> where TPrintSettings : class, SystemPrinter.ISettings<TPrintSettings> where TPdfPrintSettings : class, PdfPrinter.ISettings<TPdfPrintSettings>

Type Parameters

TPrintSettings

The system print settings type.

TPdfPrintSettings

The PDF print settings type.

Inheritance
PrintContentParameters<TPrintSettings, TPdfPrintSettings>
Derived
Inherited Members

Properties

Browser

Gets the browser associated with the handler.

Printers

Gets the collection of printers available in this handler.