Click or drag to resize

IPrintSelectionOnly<TPrintSettings> Interface

Allows configuring printing only the selected content.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax
C#
public interface IPrintSelectionOnly<out TPrintSettings>
where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings
The specific print settings type.

The IPrintSelectionOnly<TPrintSettings> type exposes the following members.

Properties
  NameDescription
Public propertyPrintingSelectionOnlyEnabled
Enables or disables printing only the selected content.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support configuring printing only the selected content.
See Also