---
title: PMDataFormat
framework: applicationservices
role: symbol
role_heading: Structure
path: applicationservices/pmdataformat
---

# PMDataFormat

Constants that specify the format of the data representation created with the functions PMPageFormatCreateDataRepresentation(_:_:_:) and PMPrintSettingsCreateDataRepresentation(_:_:_:).

## Declaration

```swift
struct PMDataFormat
```

## Topics

### Constants

- [kPMDataFormatXMLDefault](applicationservices/kpmdataformatxmldefault.md)
- [kPMDataFormatXMLMinimal](applicationservices/kpmdataformatxmlminimal.md)
- [kPMDataFormatXMLCompressed](applicationservices/kpmdataformatxmlcompressed.md)

### Initializers

- [init(_:)](applicationservices/pmdataformat/1462724-init.md)
- [init(rawValue:)](applicationservices/pmdataformat/1459732-init.md)

### Instance Properties

- [rawValue](applicationservices/pmdataformat/1459960-rawvalue.md)

## Relationships

### Conforms To

- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
