---
title: size
framework: diskimagekit
role: symbol
role_heading: Instance Property
path: diskimagekit/diskimage/size
---

# size

The logical size of the disk image in bytes.

## Declaration

```swift
var size: Int { get }
```

## Discussion

Discussion This is equivalent to blockCount × blockSize.
