---
title: NSPDFImageRep
framework: appkit
role: symbol
role_heading: Class
path: appkit/nspdfimagerep
---

# NSPDFImageRep

An object that can render an image from a PDF format data stream.

## Declaration

```swift
class NSPDFImageRep
```

## Topics

### Creating Representations of Images from PDF Data

- [init(data:)](appkit/nspdfimagerep/init(data:).md)

### Getting Data

- [bounds](appkit/nspdfimagerep/bounds.md)
- [currentPage](appkit/nspdfimagerep/currentpage.md)
- [pageCount](appkit/nspdfimagerep/pagecount.md)
- [pdfRepresentation](appkit/nspdfimagerep/pdfrepresentation.md)

## Relationships

### Inherits From

- [NSImageRep](appkit/nsimagerep.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Vector Formats

- [NSPDFInfo](appkit/nspdfinfo.md)
- [NSEPSImageRep](appkit/nsepsimagerep.md)
