webViewFooterHeight(_:)
Returns the height of the web view’s printed page footer.
Declaration
optional func webViewFooterHeight(_ sender: WebView!) -> FloatParameters
- sender:
The web view that sent the message.
Return Value
The height of the web view’s printed page footer. Returns 0.0 if no space is reserved for the footer.
Discussion
The height returned by this method is used to calculate the rectangle passed to the webView(_:drawFooterIn:) method.