---
title: canPrintHeadersAndFooters
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webframeview/canprintheadersandfooters
---

# canPrintHeadersAndFooters

A Boolean value indicating whether the receiver can print headers and footers.

## Declaration

```swift
var canPrintHeadersAndFooters: Bool { get }
```

## Discussion

Discussion true if the receiver can print headers and footers; otherwise, false.

## See Also

### Printing Views

- [printOperation(with:)](webkit/webframeview/printoperation(with:).md)
- [documentViewShouldHandlePrint](webkit/webframeview/documentviewshouldhandleprint.md)
- [printDocumentView()](webkit/webframeview/printdocumentview().md)
