Click or drag to resize

IPrintSelectionOnlyTPrintSettings Interface

Allows configuring printing only the selected content.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IPrintSelectionOnlyTPrintSettings 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