Click or drag to resize

IPageRangesTPrintSettings Interface

Allows configuring the page ranges for printing.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IPageRangesTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyPageRanges
Gets or sets the collection of the page ranges to print.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support specifying page ranges.
See Also