ScanParameters class

Constructors

ScanParameters({MediaSize documentSize = MediaSize.A4, Duplex duplex = Duplex.Simplex, ColorProcessing colorType = ColorProcessing.FullColor, Resolution resolution = const Resolution(200, 200), ScanPaperSource paperSource = ScanPaperSource.AUTO, bool autoDocumentSizeScan = false, bool whitePageRemove = false, bool groundColorCorrection = false, ScanSpecialMode specialScanMode = ScanSpecialMode.NORMAL_SCAN})

Properties

autoDocumentSizeScan bool
getter/setter pair
colorType ColorProcessing
getter/setter pair
documentSize MediaSize
getter/setter pair
duplex Duplex
getter/setter pair
groundColorCorrection bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
paperSource ScanPaperSource
getter/setter pair
resolution Resolution
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialScanMode ScanSpecialMode
getter/setter pair
whitePageRemove bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map map) → dynamic