Table of Contents

Interface IPrintSelectionOnly<TPrintSettings>

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

Allows configuring printing only the selected content.

public interface IPrintSelectionOnly<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 printing only the selected content.

Properties

PrintingSelectionOnlyEnabled

Enables or disables printing only the selected content.