PdfPageSettings class
The class provides various setting related with PDF pages.
Constructors
- PdfPageSettings([Size? size, PdfPageOrientation? orientation])
- Initalizes the PdfPageSettings class.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
Gets the height of the page.
no setter
- margins ↔ PdfMargins
-
Gets or sets the margins of the PDF page.
getter/setter pair
- orientation ↔ PdfPageOrientation
-
Gets the page orientation.
getter/setter pair
- rotate ↔ PdfPageRotateAngle
-
Gets the number of degrees by which the page should be rotated clockwise
when displayed or printed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ Size
-
Gets the size fo the page.
getter/setter pair
- width → double
-
Gets the width of the page.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setMargins(
double all, [double? top, double? right, double? bottom]) → void - Sets the margins.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited