---
title: isCopyingOperation
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintoperation/iscopyingoperation
---

# isCopyingOperation

A Boolean value that indicates whether the print operation is an EPS or PDF copy operation.

## Declaration

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

## Return Value

Return Value true if the receiver is an EPS or PDF copy operation; otherwise, false.
