PdfPageImages class final
The image objects extracted from a single PDF page.
Produced by PdfDocument.extractImages. Each item in the stream corresponds to one page. Pages with no image objects emit an entry with an empty images list, so callers can track page coverage without gaps.
Constructors
-
PdfPageImages({required int pageIndex, required List<
PdfImage> images}) -
Creates an immutable PdfPageImages value.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
images
→ List<
PdfImage> -
The image objects found on this page, in object-list order.
final
- pageIndex → int
-
Zero-based index of the page this result corresponds to.
final
- 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