PdfPageRenderCancellationToken class abstract

Token to try to cancel the rendering process.

Properties

hashCode int
The hash code for this object.
no setterinherited
isCanceled bool
Determine whether the rendering process is canceled or not.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() → void
Cancel the rendering process.
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