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
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