Table of Contents

Interface IPaperSize<TPrintSettings>

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

Allows configuring the paper size for printing.

public interface IPaperSize<out TPrintSettings> where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings

The specific print settings type.

Extension Methods

Remarks

This interface is implemented by specific IPrintSettings implementations that support configuring paper size.

Properties

PaperSize

Gets or sets the paper size for printing.