PdfPage class abstract

Constructors

PdfPage()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
deviceToPage(int startX, int startY, int sizeX, int sizeY, int rotate, int deviceX, int deviceY) → Product2<double, double>
getPageHeight() double
getPageWidth() double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageToDevice(int startX, int startY, int sizeX, int sizeY, int rotate, int pageX, int pageY) → Product2<double, double>
renderFullPage(int sizeX, int sizeY) → Image
renderPage(int imageWidth, int imageHeight, int startX, int startY, int sizeX, int sizeY) → Image
renderPageBitmap(int imageWidth, int imageHeight, int startX, int startY, int sizeX, int sizeY) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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