PdfImage class abstract

Image rendered from PDF page.

See PdfPage.render.

Constructors

PdfImage()

Properties

format PixelFormat
Pixel format in either ui.PixelFormat.rgba8888 or ui.PixelFormat.bgra8888.
no setter
hashCode int
The hash code for this object.
no setterinherited
height int
Number of pixels in vertical direction.
no setter
pixels Uint8List
Raw pixel data. The actual format is platform dependent.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
Number of pixels in horizontal direction.
no setter

Methods

createImage() Future<Image>
Create ui.Image from the rendered image.
dispose() → void
Dispose the image.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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