PDF417 class
Top-level class for the logic part of the PDF417 implementation.
Constructors
- PDF417.new([bool _compact = false])
Properties
- barcodeMatrix → BarcodeMatrix?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateBarcodeLogic(
String msg, int errorCorrectionLevel, [bool autoECI = false]) → void - @param msg message to encode @param errorCorrectionLevel PDF417 error correction level to use @throws WriterException if the contents cannot be encoded in this format
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCompact(
bool compact) → void - @param compact if true, enables compaction
-
setCompaction(
Compaction compaction) → void - @param compaction compaction mode to use
-
setDimensions(
int maxCols, int minCols, int maxRows, int minRows) → void - Sets max/min row/col values
-
setEncoding(
Encoding encoding) → void - @param encoding sets character encoding to use
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited