---
title: PKAppleDrawingTypeIdentifier
framework: pencilkit
role: symbol
role_heading: Global Variable
path: pencilkit/pkappledrawingtypeidentifier
---

# PKAppleDrawingTypeIdentifier

The uniform type identifier for data associated with a drawing object.

## Declaration

```swift
let PKAppleDrawingTypeIdentifier: CFString
```

## Discussion

Discussion Use this type when reading or writing drawing data. For example, use this type to determine if you can read data from the pasteboard.

## See Also

### Getting the drawing data

- [strokes](pencilkit/pkdrawing-swift.struct/strokes.md)
- [dataRepresentation()](pencilkit/pkdrawing-swift.struct/datarepresentation().md)
