PdfPageStatusModified class
Event that is triggered when a PDF page is modified or newly added.
- Inheritance
-
- Object
- PdfPageStatusChange
- PdfPageStatusModified
Constructors
- PdfPageStatusModified({required PdfPage page})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- page → PdfPage
-
The page that has changed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → PdfPageStatusChangeType
-
Type of the status change.
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override