---
title: headerHeight
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintpagerenderer/headerheight
---

# headerHeight

The height of the page header.

## Declaration

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

## Discussion

Discussion The header is measured in points from the top of printableRect and is above the content area. The default header height is 0.0.

## See Also

### Specifying header and footer heights

- [footerHeight](uikit/uiprintpagerenderer/footerheight.md)
