---
title: "webViewFooterHeight(_:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/webuidelegate/webviewfooterheight(_:)"
---

# webViewFooterHeight(_:)

Returns the height of the web view’s printed page footer.

## Declaration

```swift
optional func webViewFooterHeight(_ sender: WebView!) -> Float
```

## Parameters

- `sender`: The web view that sent the message.

## Return Value

Return Value The height of the web view’s printed page footer. Returns 0.0 if no space is reserved for the footer.

## Discussion

Discussion The height returned by this method is used to calculate the rectangle passed to the webView(_:drawFooterIn:) method.

## See Also

### Printing

- [webView(_:print:)](webkit/webuidelegate/webview(_:print:).md)
- [webViewHeaderHeight(_:)](webkit/webuidelegate/webviewheaderheight(_:).md)
- [webView(_:drawHeaderIn:)](webkit/webuidelegate/webview(_:drawheaderin:).md)
- [webView(_:drawFooterIn:)](webkit/webuidelegate/webview(_:drawfooterin:).md)
