PdfPageImage class abstract

Object containing a rendered image of PdfPage

Constructors

PdfPageImage({required String? id, required int pageNumber, required int? width, required int? height, required Uint8List bytes, required PdfPageImageFormat format, required int quality})
const

Properties

bytes Uint8List
Image bytes
final
format PdfPageImageFormat
Target compression format
final
hashCode int
The hash code for this object.
no setteroverride
height int?
Height of the rendered area in pixels.
final
id String?
Page unique id. Needed for rendering and closing page. Generated when render page.
final
pageNumber int
Page number. The first page is 1.
final
quality int
Target compression format quality
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
Width of the rendered area in pixels.
final

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