Table of Contents

Class PdfPrintPageRange

Namespace
nebulae.dotPDFium
Assembly
dotPDFium.dll

Represents the parsed print page range defined in /ViewerPreferences.

public sealed class PdfPrintPageRange
Inheritance
PdfPrintPageRange
Inherited Members

Properties

Count

Gets the number of subranges in this print range.

public int Count { get; }

Property Value

int

Methods

GetPageNumberAt(int)

Gets the zero-based starting page number of the subrange at the given index.

public int GetPageNumberAt(int index)

Parameters

index int

The index of the subrange (0-based).

Returns

int

The page number, or -1 if invalid.

Exceptions

ArgumentOutOfRangeException

If index is out of bounds.