---
title: isCompact
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cipdf417codedescriptor/iscompact-swift.property
---

# isCompact

A boolean value telling if the PDF417 code is compact.

## Declaration

```swift
var isCompact: Bool { get }
```

## Discussion

Discussion Compact PDF417 symbols have abbreviated right-side guard bars.

## See Also

### Examining a Descriptor

- [errorCorrectedPayload](coreimage/cipdf417codedescriptor/errorcorrectedpayload-swift.property.md)
- [rowCount](coreimage/cipdf417codedescriptor/rowcount-swift.property.md)
- [columnCount](coreimage/cipdf417codedescriptor/columncount-swift.property.md)
