FitPolicy enum
Defining the fit policy for the PDF page.
There are three types of policies:
-
width: The PDF page will be resized to fit the width.
-
height: The PDF page will be reseized to fit the height.
-
both: If the height is bigger than the width, the PDF page will be resized to fit the height, otherwise the width
Properties
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