PageBinarization enum

Binarization behavior to apply when adding a page to a PDF/TIFF.

Inheritance
Available extensions

Values

DISABLED → const PageBinarization

Do not binarize the image.

ENABLED → const PageBinarization

Binarize the image. Image will be stored as a compressed black-and-white image. This will result in a very small file size. If binarizationFilter is set, this binarization filter will be applied. Otherwise, a simple thresholding binarization will be applied.

ENABLED_IF_BINARIZATION_FILTER_SET → const PageBinarization

Same behavior as ENABLED if a binarizationFilter is set, otherwise same behavior as DISABLED. This is the default.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<PageBinarization>
A constant List of the values in this enum, in order of their declaration.