<!--
{
  "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/CIBarcodeGenerator/barcodeDescriptor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIBarcodeGenerator(py)barcodeDescriptor"
  },
  "title" : "barcodeDescriptor"
}
-->

# barcodeDescriptor

The barcode descriptor to generate an image for.

```
var barcodeDescriptor: CIBarcodeDescriptor { get set }
```

## See Also

[`CIQRCodeDescriptor`](/documentation/CoreImage/CIQRCodeDescriptor)

A concrete subclass of the Core Image Barcode Descriptor that represents a square QR code symbol.

[`CIAztecCodeDescriptor`](/documentation/CoreImage/CIAztecCodeDescriptor)

A concrete subclass the Core Image Barcode Descriptor that represents an Aztec code symbol.

[`CIPDF417CodeDescriptor`](/documentation/CoreImage/CIPDF417CodeDescriptor)

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

[`CIDataMatrixCodeDescriptor`](/documentation/CoreImage/CIDataMatrixCodeDescriptor)

A concrete subclass the Core Image Barcode Descriptor that represents an Data Matrix 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)