Click or drag to resize

IPageRangesTPrintSettingsPageRanges Property

Gets or sets the collection of the page ranges to print.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IReadOnlyCollection<PageRange> PageRanges { get; set; }

Property Value

Type: IReadOnlyCollectionPageRange
The collection of the page ranges to print.
Exceptions
ExceptionCondition
ArgumentExceptionThe collection is null, empty, or contains null objects.
See Also