PrintParameters class

Constructors

PrintParameters({MediaSize paperSize = MediaSize.A4, PrintMediaType mediaType = PrintMediaType.Plain, Duplex duplex = Duplex.Simplex, ColorProcessing color = ColorProcessing.FullColor, PrintOrientation orientation = PrintOrientation.AutoRotation, PrintScale scale = PrintScale.NoScalingAtPrintableAreaCenter, PrintQuality quality = PrintQuality.Draft, Resolution resolution = const Resolution(300, 300), PrintMargin margin = PrintMargin.Normal, ContentType printContent = ContentType.IMAGE_JPEG, int copyCount = 1, PrintCollate collate = PrintCollate.OFF, PrintColorMatching colorMatching = PrintColorMatching.ContentOriginal, PrintOrigin origin = const PrintOrigin(), PrintCustomScaling customScaling = const PrintCustomScaling(), bool directPrinting = false})

Properties

collate PrintCollate
getter/setter pair
color ColorProcessing
getter/setter pair
colorMatching PrintColorMatching
getter/setter pair
copyCount int
getter/setter pair
customScaling PrintCustomScaling
getter/setter pair
directPrinting bool
getter/setter pair
duplex Duplex
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
margin PrintMargin
getter/setter pair
mediaType PrintMediaType
getter/setter pair
orientation PrintOrientation
getter/setter pair
origin PrintOrigin
getter/setter pair
paperSize MediaSize
getter/setter pair
printContent ContentType
getter/setter pair
quality PrintQuality
getter/setter pair
resolution Resolution
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale PrintScale
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