Table of Contents

Interface ICollate<TPrintSettings>

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

Allows configuring collate printing.

public interface ICollate<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 collate printing.

Properties

CollatePrintingEnabled

Enables or disables collate printing.