Interface IPageRanges<TPrintSettings>
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
Allows configuring the page ranges for printing.
public interface IPageRanges<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 specifying page ranges.
Properties
- PageRanges
Gets or sets the collection of the page ranges to print.