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

# isCompact

A Boolean value telling if the Aztec code is compact.

## Declaration

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

## Discussion

Discussion Compact Aztec symbols use one-fewer ring in the central finder pattern than full-range Aztec symbols of the same number of data layers.

## See Also

### Examining a Descriptor

- [errorCorrectedPayload](coreimage/ciazteccodedescriptor/errorcorrectedpayload-swift.property.md)
- [layerCount](coreimage/ciazteccodedescriptor/layercount-swift.property.md)
- [dataCodewordCount](coreimage/ciazteccodedescriptor/datacodewordcount-swift.property.md)
