<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIPDF417CodeDescriptor",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(cs)CIPDF417CodeDescriptor"
  },
  "title" : "CIPDF417CodeDescriptor"
}
-->

# CIPDF417CodeDescriptor

A concrete subclass of Core Image Barcode Descriptor that represents a PDF417 symbol.

```
class CIPDF417CodeDescriptor
```

## Overview

PDF417 is a stacked linear barcode symbol format used predominantly in transport, ID cards,
and inventory management. Each pattern in the code comprises 4 bars and spaces, 17 units long.

Refer to the ISO/IEC 15438:2006(E) for the PDF417 symbol specification.

## Topics

### Creating a Descriptor

[`init(payload:isCompact:rowCount:columnCount:)`](/documentation/CoreImage/CIPDF417CodeDescriptor/init(payload:isCompact:rowCount:columnCount:))

Initializes an PDF417 code descriptor for the given payload and parameters.

[`descriptorWithPayload:isCompact:rowCount:columnCount:`](/documentation/CoreImage/CIPDF417CodeDescriptor/descriptorWithPayload:isCompact:rowCount:columnCount:)

Creates an PDF417 code descriptor for the given payload and parameters.

### Examining a Descriptor

[`errorCorrectedPayload`](/documentation/CoreImage/CIPDF417CodeDescriptor/errorCorrectedPayload-swift.property)

The error-corrected payload containing the data encoded in the PDF417 code symbol.

[`isCompact`](/documentation/CoreImage/CIPDF417CodeDescriptor/isCompact-swift.property)

A boolean value telling if the PDF417 code is compact.

[`rowCount`](/documentation/CoreImage/CIPDF417CodeDescriptor/rowCount-swift.property)

The number of rows in the PDF417 code symbol.

[`columnCount`](/documentation/CoreImage/CIPDF417CodeDescriptor/columnCount-swift.property)

The number of columns in the PDF417 code symbol.



---

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)