PDFPageFormat class

PDFPageFormat is a default implementation to decide all the properties for the pdf document width, height and margins

Constructors

PDFPageFormat({required double marginTop, required double marginBottom, required double marginLeft, required double marginRight, required double height, required double width})
const
PDFPageFormat.all({required double width, required double height, double margin = 0})
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
height double
final
marginBottom double
final
marginLeft double
final
marginRight double
final
marginTop double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
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 ==(covariant PDFPageFormat other) bool
The equality operator.
override

Static Properties

a3 PDFPageFormat
final
a4 PDFPageFormat
final
a5 PDFPageFormat
final
a6 PDFPageFormat
final
final
letter PDFPageFormat
final

Constants

cm → const double
inch → const double
mm → const double
point → const double