PdfSettings class
Constructors
- PdfSettings.new({DeflateCallback? deflate, PdfEncryptCallback? encryptCallback, bool verbose = false, PdfVersion version = PdfVersion.pdf_1_5})
-
const
Properties
- compress → bool
-
Compress the document
no setter
- deflate → DeflateCallback?
-
Callback to compress the streams in the pdf file.
Use
deflate: zlib.encode
if using dart:io No compression by defaultfinal - encryptCallback → PdfEncryptCallback?
-
Callback used to encrypt the value of a PdfDictStream or a
PdfEncStream
final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verbose → bool
-
Output a PDF document with comments and formatted data
final
- version → PdfVersion
-
PDF version to generate
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