PageRange class

Represents a page range for PDF operations

Constructors

PageRange.allPages()
Constructor for all pages
const
PageRange.custom(String custom)
Constructor for a custom page range
const
PageRange.evenPages()
Constructor for even pages
const
PageRange.oddPages()
Constructor for odd pages
const

Properties

custom String
Custom page range (e.g., "1,3,5-10")
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

all → const String
All pages
even → const String
Even pages only
odd → const String
Odd pages only