PdfPageImage class

Object containing a rendered image in a pre-selected format in _render method of PdfPage

Properties

bytes Uint8List
Image bytes
final
format PdfPageFormat
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
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