---
title: pictRepresentation
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspictimagerep/pictrepresentation
---

# pictRepresentation

The image representation’s PICT data.

## Declaration

```swift
var pictRepresentation: Data { get }
```

## Discussion

Discussion The data does not include the 512-byte header, if it was present in the original data. If you want to write the data to a file, you must precede it with a 512-byte header (containing all zeros) if you want to conform to the PICT document format.

## See Also

### Getting Data

- [boundingBox](appkit/nspictimagerep/boundingbox.md)
