Table of Contents

Property PageRanges

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

PageRanges

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

IReadOnlyCollection<PageRange> PageRanges { get; set; }

Property Value

IReadOnlyCollection<PageRange>

The collection of the page ranges to print.

Exceptions

ArgumentException

The collection is null, empty, or contains null objects.