IOSWKPDFConfiguration class
An iOS-specific class that represents the configuration data to use when generating a PDF representation of a web view’s contents.
NOTE: available on iOS 14.0+.
Use PDFConfiguration instead.
- Annotations
-
- @Deprecated('Use PDFConfiguration instead')
Constructors
- IOSWKPDFConfiguration({InAppWebViewRect? rect})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rect ↔ InAppWebViewRect?
-
The portion of your web view to capture, specified as a rectangle in the view’s coordinate system.
The default value of this property is
null
, which captures everything in the view’s bounds rectangle. If you specify a custom rectangle, it must lie within the bounds rectangle of theWebView
object.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts instance to a map.
-
toMap(
) → Map< String, dynamic> - Converts instance to a map.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? map) → IOSWKPDFConfiguration? - Gets a possible IOSWKPDFConfiguration instance from a Map value.