---
title: NSBitmapImageRep.LoadStatus
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsbitmapimagerep/loadstatus
---

# NSBitmapImageRep.LoadStatus

Constants that identify the loading status of the image.

## Declaration

```swift
enum LoadStatus
```

## Overview

Overview These status values are returned by incrementalLoad(from:complete:).

## Topics

### Constants

- [NSBitmapImageRep.LoadStatus.unknownType](appkit/nsbitmapimagerep/loadstatus/unknowntype.md)
- [NSBitmapImageRep.LoadStatus.readingHeader](appkit/nsbitmapimagerep/loadstatus/readingheader.md)
- [NSBitmapImageRep.LoadStatus.willNeedAllData](appkit/nsbitmapimagerep/loadstatus/willneedalldata.md)
- [NSBitmapImageRep.LoadStatus.invalidData](appkit/nsbitmapimagerep/loadstatus/invaliddata.md)
- [NSBitmapImageRep.LoadStatus.unexpectedEOF](appkit/nsbitmapimagerep/loadstatus/unexpectedeof.md)
- [NSBitmapImageRep.LoadStatus.completed](appkit/nsbitmapimagerep/loadstatus/completed.md)

### Initializers

- [init(rawValue:)](appkit/nsbitmapimagerep/loadstatus/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Loading Images Incrementally

- [incrementalLoad(from:complete:)](appkit/nsbitmapimagerep/incrementalload(from:complete:).md)
