Table of Contents

Interface IPagesPerSheet<TPrintSettings>

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

Allows configuring the number of pages per sheet.

public interface IPagesPerSheet<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 the number of pages per sheet.

Properties

PagesPerSheet

Gets or sets the number of pages per sheet.