PdfPrintScaling class sealed

Defines the scaling behavior for PDF printing on Windows.

Implementers

Constructors

PdfPrintScaling.custom(double scale)
Custom Scale
const
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
nativeValue int
The integer value passed to the native code.
final
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.
override

Constants

actualSize → const PdfPrintScaling
Actual Size
fitPage → const PdfPrintScaling
fitToPaper → const PdfPrintScaling
Fit to Paper
fitToPrintableArea → const PdfPrintScaling
Fit to Printable Area
shrinkToFit → const PdfPrintScaling
Shrink to Fit