---
title: bottomMargin
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintinfo/bottommargin
---

# bottomMargin

The height of the bottom margin.

## Declaration

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

## Discussion

Discussion bottomMargin is measured in points in the user coordinate space.

## See Also

### Managing the Printing Rectangle

- [paperSize](appkit/nsprintinfo/papersize.md)
- [topMargin](appkit/nsprintinfo/topmargin.md)
- [leftMargin](appkit/nsprintinfo/leftmargin.md)
- [rightMargin](appkit/nsprintinfo/rightmargin.md)
- [imageablePageBounds](appkit/nsprintinfo/imageablepagebounds.md)
- [orientation](appkit/nsprintinfo/orientation-swift.property.md)
- [NSPrintInfo.PaperOrientation](appkit/nsprintinfo/paperorientation.md)
- [paperName](appkit/nsprintinfo/papername.md)
- [NSPrinter.PaperName](appkit/nsprinter/papername.md)
- [localizedPaperName](appkit/nsprintinfo/localizedpapername.md)
