---
title: CIPDF417BarcodeGenerator
framework: coreimage
role: symbol
role_heading: Protocol
path: coreimage/cipdf417barcodegenerator
---

# CIPDF417BarcodeGenerator

The properties you use to configure a PDF417 barcode generator filter.

## Declaration

```swift
protocol CIPDF417BarcodeGenerator : CIFilterProtocol
```

## Topics

### Instance Properties

- [alwaysSpecifyCompaction](coreimage/cipdf417barcodegenerator/alwaysspecifycompaction.md)
- [compactStyle](coreimage/cipdf417barcodegenerator/compactstyle.md)
- [compactionMode](coreimage/cipdf417barcodegenerator/compactionmode.md)
- [correctionLevel](coreimage/cipdf417barcodegenerator/correctionlevel.md)
- [dataColumns](coreimage/cipdf417barcodegenerator/datacolumns.md)
- [maxHeight](coreimage/cipdf417barcodegenerator/maxheight.md)
- [maxWidth](coreimage/cipdf417barcodegenerator/maxwidth.md)
- [message](coreimage/cipdf417barcodegenerator/message.md)
- [minHeight](coreimage/cipdf417barcodegenerator/minheight.md)
- [minWidth](coreimage/cipdf417barcodegenerator/minwidth.md)
- [preferredAspectRatio](coreimage/cipdf417barcodegenerator/preferredaspectratio.md)
- [rows](coreimage/cipdf417barcodegenerator/rows.md)

## Relationships

### Inherits From

- [CIFilterProtocol](coreimage/cifilterprotocol.md)

## See Also

### Related Documentation

- [pdf417BarcodeGenerator()](coreimage/cifilter-swift.class/pdf417barcodegenerator().md)

### Protocols

- [CICode128BarcodeGenerator](coreimage/cicode128barcodegenerator.md)
- [CIAttributedTextImageGenerator](coreimage/ciattributedtextimagegenerator.md)
- [CIAztecCodeGenerator](coreimage/ciazteccodegenerator.md)
- [CIBarcodeGenerator](coreimage/cibarcodegenerator.md)
- [CIBlurredRectangleGenerator](coreimage/ciblurredrectanglegenerator.md)
- [CIRoundedRectangleStrokeGenerator](coreimage/ciroundedrectanglestrokegenerator.md)
- [CICheckerboardGenerator](coreimage/cicheckerboardgenerator.md)
- [CILenticularHaloGenerator](coreimage/cilenticularhalogenerator.md)
- [CIMeshGenerator](coreimage/cimeshgenerator.md)
- [CIQRCodeGenerator](coreimage/ciqrcodegenerator.md)
- [CIRandomGenerator](coreimage/cirandomgenerator.md)
- [CIRoundedRectangleGenerator](coreimage/ciroundedrectanglegenerator.md)
- [CIRoundedRectangleStrokeGenerator](coreimage/ciroundedrectanglestrokegenerator.md)
- [CIStarShineGenerator](coreimage/cistarshinegenerator.md)
- [CIStripesGenerator](coreimage/cistripesgenerator.md)
