Class PdfPrintPageRange
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
Methods
GetPageNumberAt(int)
Gets the zero-based starting page number of the subrange at the given index.
public int GetPageNumberAt(int index)
Parameters
index
intThe index of the subrange (0-based).
Returns
- int
The page number, or -1 if invalid.
Exceptions
- ArgumentOutOfRangeException
If index is out of bounds.