PdfRenderSize class
Output size constraint for rendering.
Constructors
- PdfRenderSize({required int maxWidth, required int maxHeight})
-
Creates a render size constraint.
const
- PdfRenderSize.thumbnail(int size)
-
Creates a square thumbnail constraint.
const
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