---
title: footerHeight
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintpagerenderer/footerheight
---

# footerHeight

The height of the page footer.

## Declaration

```swift
var footerHeight: CGFloat { get set }
```

## Discussion

Discussion The footer is measured in points from the bottom of printableRect and is below the content area. The default footer height is 0.0

## See Also

### Specifying header and footer heights

- [headerHeight](uikit/uiprintpagerenderer/headerheight.md)
