Click or drag to resize

IPagesPerSheetTPrintSettings Interface

Allows configuring the number of pages per sheet.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IPagesPerSheetTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyPagesPerSheet
Gets or sets the number of pages per sheet.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support configuring the number of pages per sheet.
See Also