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+.

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 the WebView 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>
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited