PrintPdfConfiguration class

Constructors

PrintPdfConfiguration({required String targetDirectory, required String targetName, PrintSize printSize = PrintSize.A4, PrintOrientation printOrientation = PrintOrientation.Portrait})
targetDirectory is the desired path for the Pdf file.

Properties

hashCode int
The hash code for this object.
no setterinherited
htmlFilePath String
Returns the final path for temporary Html File
no setter
printOrientation PrintOrientation
final
printSize PrintSize
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetDirectory String
final
targetName String
final

Methods

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