<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGPDFObjectType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Graphics"
    ],
    "preciseIdentifier" : "c:@E@CGPDFObjectType"
  },
  "title" : "CGPDFObjectType"
}
-->

# CGPDFObjectType

Types of PDF object.

```
enum CGPDFObjectType
```

## Topics

### Constants

[`CGPDFObjectType.null`](/documentation/CoreGraphics/CGPDFObjectType/null)

The type for a PDF null.

[`CGPDFObjectType.boolean`](/documentation/CoreGraphics/CGPDFObjectType/boolean)

The type for a PDF Boolean.

[`CGPDFObjectType.integer`](/documentation/CoreGraphics/CGPDFObjectType/integer)

The type for a PDF integer.

[`CGPDFObjectType.real`](/documentation/CoreGraphics/CGPDFObjectType/real)

The type for a PDF real.

[`CGPDFObjectType.name`](/documentation/CoreGraphics/CGPDFObjectType/name)

Type for a PDF name.

[`CGPDFObjectType.string`](/documentation/CoreGraphics/CGPDFObjectType/string)

The type for a PDF string.

[`CGPDFObjectType.array`](/documentation/CoreGraphics/CGPDFObjectType/array)

Type for a PDF array.

[`CGPDFObjectType.dictionary`](/documentation/CoreGraphics/CGPDFObjectType/dictionary)

The type for a PDF dictionary.

[`CGPDFObjectType.stream`](/documentation/CoreGraphics/CGPDFObjectType/stream)

The type for a PDF stream.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)