SignaturePlacement class

Represents the placement of a signature on a page.

Constructors

SignaturePlacement.new({required double offsetDx, required double offsetDy, required int page, double scale = 1.0})

Properties

hashCode int
The hash code for this object.
no setterinherited
offsetDx double
Horizontal offset (x-axis) of the signature.
getter/setter pair
offsetDy double
Vertical offset (y-axis) of the signature.
getter/setter pair
page int
Page number where the signature should be placed. Note: This is zero-based (page 0 = first page).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
Scale factor for resizing the signature (default = 1.0).
getter/setter pair

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