---
title: isSelectionOnly
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintinfo/isselectiononly
---

# isSelectionOnly

A Boolean value that indicates whether only the currently selected contents should be printed.

## Declaration

```swift
var isSelectionOnly: Bool { get set }
```

## Discussion

Discussion true if only the currently selected contents should be printed, otherwise false.

## See Also

### Print Settings Convenience Methods

- [scalingFactor](appkit/nsprintinfo/scalingfactor.md)
